Skip to content

Commit

Permalink
Version 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Dec 12, 2021
1 parent 8845345 commit 181f9be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 3.2.2. It works on
The current stable version of the Debug Toolbar is 3.2.3. It works on
Django ≥ 2.2.

Documentation, including installation and configuration instructions, is
Expand Down
2 changes: 1 addition & 1 deletion debug_toolbar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

# Code that discovers files or modules in INSTALLED_APPS imports this module.

Expand Down
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
Next version
------------

3.2.3 (2021-12-12)
------------------

* Changed cache monkey-patching for Django 3.2+ to iterate over existing
caches and patch them individually rather than attempting to patch
``django.core.caches`` as a whole. The ``middleware.cache`` is still
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 = "3.2.2"
release = "3.2.3"


# -- General configuration ---------------------------------------------------
Expand Down
Binary file modified example/django-debug-toolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-debug-toolbar
version = 3.2.2
version = 3.2.3
description = A configurable set of panels that display various debug information about the current request/response.
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 181f9be

Please sign in to comment.