Skip to content

Commit 181f9be

Browse files
committed
Version 3.2.3
1 parent 8845345 commit 181f9be

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

README.rst

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

37-
The current stable version of the Debug Toolbar is 3.2.2. It works on
37+
The current stable version of the Debug Toolbar is 3.2.3. It works on
3838
Django ≥ 2.2.
3939

4040
Documentation, including installation and configuration instructions, is

debug_toolbar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Do not use pkg_resources to find the version but set it here directly!
99
# see issue #1446
10-
VERSION = "3.2.2"
10+
VERSION = "3.2.3"
1111

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

docs/changes.rst

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Change log
44
Next version
55
------------
66

7+
3.2.3 (2021-12-12)
8+
------------------
9+
710
* Changed cache monkey-patching for Django 3.2+ to iterate over existing
811
caches and patch them individually rather than attempting to patch
912
``django.core.caches`` as a whole. The ``middleware.cache`` is still

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 = "3.2.2"
28+
release = "3.2.3"
2929

3030

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

example/django-debug-toolbar.png

1.06 KB
Loading

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-debug-toolbar
3-
version = 3.2.2
3+
version = 3.2.3
44
description = A configurable set of panels that display various debug information about the current request/response.
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)