File tree 4 files changed +9
-3
lines changed
4 files changed +9
-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.0-alpha . It works on
43
+ The current stable version of the Debug Toolbar is 5.0.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.0-alpha "
7
+ VERSION = "5.0.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,13 +4,19 @@ Change log
4
4
Pending
5
5
-------
6
6
7
+
8
+ 5.0.0 (2025-01-11)
9
+ ------------------
10
+
7
11
* Added Python 3.13 to the CI matrix.
8
12
* Removed support for Python 3.8 as it has reached end of life.
9
13
* Converted to Django Commons PyPI release process.
10
14
* Fixed a crash which occurred when using non-``str `` static file values.
11
15
* Documented experimental async support.
12
16
* Improved troubleshooting doc for incorrect mime types for .js static files
13
17
18
+ Please see everything under 5.0.0-alpha as well.
19
+
14
20
5.0.0-alpha (2024-09-01)
15
21
------------------------
16
22
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.0-alpha "
28
+ release = "5.0.0"
29
29
30
30
31
31
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments