Skip to content

Commit

Permalink
django-debug-toolbar 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 5, 2024
1 parent 944120c commit 7acad6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Here's a screenshot of the toolbar in action:
In addition to the built-in panels, a number of third-party panels are
contributed by the community.

The current stable version of the Debug Toolbar is 4.4.4. It works on
The current stable version of the Debug Toolbar is 4.4.5. It works on
Django ≥ 4.2.0.

The Debug Toolbar does not currently support `Django's asynchronous views
Expand Down
2 changes: 1 addition & 1 deletion debug_toolbar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Do not use pkg_resources to find the version but set it here directly!
# see issue #1446
VERSION = "4.4.4"
VERSION = "4.4.5"

# Code that discovers files or modules in INSTALLED_APPS imports this module.
urls = "debug_toolbar.urls", APP_NAME
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Change log
Pending
-------

4.4.5 (2024-07-05)
------------------

* Avoided crashing when the alerts panel was skipped.
* Removed the inadvertently added hard dependency on Jinja2.

4.4.4 (2024-07-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
copyright = copyright.format(datetime.date.today().year)

# The full version, including alpha/beta/rc tags
release = "4.4.4"
release = "4.4.5"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 7acad6b

Please sign in to comment.