Skip to content

Commit 6c66337

Browse files
committed
Version 7.0.0
1 parent 44bf141 commit 6c66337

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Here's a screenshot of the toolbar in action:
4040
In addition to the built-in panels, a number of third-party panels are
4141
contributed by the community.
4242

43-
The current stable version of the Debug Toolbar is 6.3.0. It works on
43+
The current stable version of the Debug Toolbar is 7.0.0. It works on
4444
Django ≥ 5.2.0.
4545

4646
The Debug Toolbar has experimental support for `Django's asynchronous views

debug_toolbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Do not use pkg_resources to find the version but set it here directly!
66
# see issue #1446
7-
VERSION = "6.3.0"
7+
VERSION = "7.0.0"
88

99
# Code that discovers files or modules in INSTALLED_APPS imports this module.
1010
urls = "debug_toolbar.urls", APP_NAME

docs/changes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Change log
44
Pending
55
-------
66

7+
7.0.0 (2026-06-17)
8+
------------------
9+
710
* Prevent check from failing when ``ROOT_URLCONF`` is not defined.
811
* Prevent toolbar storage from failing when serialized panel data contains
912
mapping keys that are not JSON-compatible.

0 commit comments

Comments
 (0)