File tree 6 files changed +6
-3
lines changed
6 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Here's a screenshot of the toolbar in action:
40
40
In addition to the built-in panels, a number of third-party panels are
41
41
contributed by the community.
42
42
43
- The current stable version of the Debug Toolbar is 5.0.1 . It works on
43
+ The current stable version of the Debug Toolbar is 5.1.0 . It works on
44
44
Django ≥ 4.2.0.
45
45
46
46
The Debug Toolbar has experimental support for `Django's asynchronous views
Original file line number Diff line number Diff line change 4
4
5
5
# Do not use pkg_resources to find the version but set it here directly!
6
6
# see issue #1446
7
- VERSION = "5.0.1 "
7
+ VERSION = "5.1.0 "
8
8
9
9
# Code that discovers files or modules in INSTALLED_APPS imports this module.
10
10
urls = "debug_toolbar.urls" , APP_NAME
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Change log
4
4
Pending
5
5
-------
6
6
7
+ 5.1.0 (2025-03-20)
8
+ ------------------
7
9
* Added Django 5.2 to the tox matrix.
8
10
* Updated package metadata to include well-known labels.
9
11
* Added resources section to the documentation.
Original file line number Diff line number Diff line change 25
25
copyright = copyright .format (datetime .date .today ().year )
26
26
27
27
# The full version, including alpha/beta/rc tags
28
- release = "5.0.1 "
28
+ release = "5.1.0 "
29
29
30
30
31
31
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ classifiers = [
20
20
" Framework :: Django :: 4.2" ,
21
21
" Framework :: Django :: 5.0" ,
22
22
" Framework :: Django :: 5.1" ,
23
+ " Framework :: Django :: 5.2" ,
23
24
" Intended Audience :: Developers" ,
24
25
" License :: OSI Approved :: BSD License" ,
25
26
" Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments