File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Here's a screenshot of the toolbar in action:
4040In addition to the built-in panels, a number of third-party panels are
4141contributed by the community.
4242
43- The current stable version of the Debug Toolbar is 6.2 .0. It works on
43+ The current stable version of the Debug Toolbar is 6.3 .0. It works on
4444Django ≥ 4.2.0.
4545
4646The Debug Toolbar has experimental support for `Django's asynchronous views
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 = "6.2 .0"
7+ VERSION = "6.3 .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 @@ -4,6 +4,9 @@ Change log
44Pending
55-------
66
7+ 6.3.0 (2026-04-01)
8+ ------------------
9+
710* Replaced ``requirements_dev.txt `` file for ``pyproject.toml `` support with
811 dependency groups.
912* Updated ReadTheDocs Python version to 3.13.
You can’t perform that action at this time.
0 commit comments