File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 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:
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 5.0.0-alpha . It works on
43+ The current stable version of the Debug Toolbar is 5.0.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 = "5.0.0-alpha "
7+ VERSION = "5.0.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,13 +4,19 @@ Change log
44Pending
55-------
66
7+
8+ 5.0.0 (2025-01-11)
9+ ------------------
10+
711* Added Python 3.13 to the CI matrix.
812* Removed support for Python 3.8 as it has reached end of life.
913* Converted to Django Commons PyPI release process.
1014* Fixed a crash which occurred when using non-``str `` static file values.
1115* Documented experimental async support.
1216* Improved troubleshooting doc for incorrect mime types for .js static files
1317
18+ Please see everything under 5.0.0-alpha as well.
19+
14205.0.0-alpha (2024-09-01)
1521------------------------
1622
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 = "5.0.0-alpha "
28+ release = "5.0.0"
2929
3030
3131# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments