File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Here's a screenshot of the toolbar in action:
4444In addition to the built-in panels, a number of third-party panels are
4545contributed by the community.
4646
47- The current stable version of the Debug Toolbar is 3.4 .0. It works on
47+ The current stable version of the Debug Toolbar is 3.5 .0. It works on
4848Django ≥ 3.2.
4949
5050Documentation, including installation and configuration instructions, is
Original file line number Diff line number Diff line change 44
55# Do not use pkg_resources to find the version but set it here directly!
66# see issue #1446
7- VERSION = "3.4 .0"
7+ VERSION = "3.5 .0"
88
99# Code that discovers files or modules in INSTALLED_APPS imports this module.
1010urls = "debug_toolbar.urls" , APP_NAME
Original file line number Diff line number Diff line change 11Change log
22==========
33
4+ 3.5.0 (2022-06-23)
5+ ------------------
6+
47* Properly implemented tracking and display of PostgreSQL transactions.
58* Removed third party panels which have been archived on GitHub.
69* Added Django 4.1b1 to the CI matrix.
Original file line number Diff line number Diff line change 2525copyright = copyright .format (datetime .date .today ().year )
2626
2727# The full version, including alpha/beta/rc tags
28- release = "3.4 .0"
28+ release = "3.5 .0"
2929
3030
3131# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[metadata]
22name = django-debug-toolbar
3- version = 3.4 .0
3+ version = 3.5 .0
44description = A configurable set of panels that display various debug information about the current request/response.
55long_description = file: README.rst
66long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments