Skip to content

Commit 9ec7210

Browse files
committed
Version 3.2.4
1 parent c2a9041 commit 9ec7210

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
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 3.2.3. It works on
47+
The current stable version of the Debug Toolbar is 3.2.4. It works on
4848
Django ≥ 2.2.
4949

5050
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.3"
10+
VERSION = "3.2.4"
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.4 (2021-12-15)
8+
------------------
9+
710
* Revert PR 1426 - Fixes issue with SQL parameters having leading and
811
trailing characters stripped away.
912

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.3"
28+
release = "3.2.4"
2929

3030

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

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.3
3+
version = 3.2.4
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)