Skip to content

Commit 0d7b859

Browse files
committed
Version 5.1.0
1 parent cbb479f commit 0d7b859

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

README.rst

+1-1
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 5.0.1. It works on
43+
The current stable version of the Debug Toolbar is 5.1.0. It works on
4444
Django ≥ 4.2.0.
4545

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

debug_toolbar/__init__.py

+1-1
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 = "5.0.1"
7+
VERSION = "5.1.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

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Change log
44
Pending
55
-------
66

7+
5.1.0 (2025-03-20)
8+
------------------
79
* Added Django 5.2 to the tox matrix.
810
* Updated package metadata to include well-known labels.
911
* Added resources section to the documentation.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
copyright = copyright.format(datetime.date.today().year)
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "5.0.1"
28+
release = "5.1.0"
2929

3030

3131
# -- General configuration ---------------------------------------------------

example/django-debug-toolbar.png

-7.55 KB
Loading

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Framework :: Django :: 4.2",
2121
"Framework :: Django :: 5.0",
2222
"Framework :: Django :: 5.1",
23+
"Framework :: Django :: 5.2",
2324
"Intended Audience :: Developers",
2425
"License :: OSI Approved :: BSD License",
2526
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)