File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Here's a screenshot of the toolbar in action:
34
34
In addition to the built-in panels, a number of third-party panels are
35
35
contributed by the community.
36
36
37
- The current stable version of the Debug Toolbar is 3.2.1 . It works on
37
+ The current stable version of the Debug Toolbar is 3.2.2 . It works on
38
38
Django ≥ 2.2.
39
39
40
40
Documentation, including installation and configuration instructions, is
Original file line number Diff line number Diff line change 5
5
6
6
# Do not use pkg_resources to find the version but set it here directly!
7
7
# see issue #1446
8
- VERSION = "3.2.1 "
8
+ VERSION = "3.2.2 "
9
9
10
10
# Code that discovers files or modules in INSTALLED_APPS imports this module.
11
11
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Change log
4
4
Next version
5
5
------------
6
6
7
+
8
+ 3.2.2 (2021-08-09)
9
+ ------------------
10
+
7
11
* Ensured that the handle stays within bounds when resizing the window.
8
12
* Disabled ``HistoryPanel `` when ``RENDER_PANELS `` is ``True ``
9
13
or if ``RENDER_PANELS `` is ``None `` and the WSGI container is
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.1 "
28
+ release = "3.2.2 "
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.1
3
+ version = 3.2.2
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