File tree 5 files changed +7
-4
lines changed
5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Here's a screenshot of the toolbar in action:
44
44
In addition to the built-in panels, a number of third-party panels are
45
45
contributed by the community.
46
46
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
48
48
Django ≥ 2.2.
49
49
50
50
Documentation, including installation and configuration instructions, is
Original file line number Diff line number Diff line change 7
7
8
8
# Do not use pkg_resources to find the version but set it here directly!
9
9
# see issue #1446
10
- VERSION = "3.2.3 "
10
+ VERSION = "3.2.4 "
11
11
12
12
# Code that discovers files or modules in INSTALLED_APPS imports this module.
13
13
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Change log
4
4
Next version
5
5
------------
6
6
7
+ 3.2.4 (2021-12-15)
8
+ ------------------
9
+
7
10
* Revert PR 1426 - Fixes issue with SQL parameters having leading and
8
11
trailing characters stripped away.
9
12
Original file line number Diff line number Diff line change 25
25
copyright = copyright .format (datetime .date .today ().year )
26
26
27
27
# The full version, including alpha/beta/rc tags
28
- release = "3.2.3 "
28
+ release = "3.2.4 "
29
29
30
30
31
31
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-debug-toolbar
3
- version = 3.2.3
3
+ version = 3.2.4
4
4
description = A configurable set of panels that display various debug information about the current request/response.
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments