Skip to content

Commit 7acad6b

Browse files
committed
django-debug-toolbar 4.4.5
1 parent 944120c commit 7acad6b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Here's a screenshot of the toolbar in action:
4444
In addition to the built-in panels, a number of third-party panels are
4545
contributed by the community.
4646

47-
The current stable version of the Debug Toolbar is 4.4.4. It works on
47+
The current stable version of the Debug Toolbar is 4.4.5. It works on
4848
Django ≥ 4.2.0.
4949

5050
The Debug Toolbar does not currently support `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 = "4.4.4"
7+
VERSION = "4.4.5"
88

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

docs/changes.rst

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

7+
4.4.5 (2024-07-05)
8+
------------------
9+
10+
* Avoided crashing when the alerts panel was skipped.
11+
* Removed the inadvertently added hard dependency on Jinja2.
12+
713
4.4.4 (2024-07-05)
814
------------------
915

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 = "4.4.4"
28+
release = "4.4.5"
2929

3030

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

0 commit comments

Comments
 (0)