Skip to content

Commit cb54acc

Browse files
committed
Version 3.2.2
1 parent f4c263a commit cb54acc

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
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.1. It works on
37+
The current stable version of the Debug Toolbar is 3.2.2. It works on
3838
Django ≥ 2.2.
3939

4040
Documentation, including installation and configuration instructions, is

debug_toolbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Do not use pkg_resources to find the version but set it here directly!
77
# see issue #1446
8-
VERSION = "3.2.1"
8+
VERSION = "3.2.2"
99

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

docs/changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Change log
44
Next version
55
------------
66

7+
8+
3.2.2 (2021-08-09)
9+
------------------
10+
711
* Ensured that the handle stays within bounds when resizing the window.
812
* Disabled ``HistoryPanel`` when ``RENDER_PANELS`` is ``True``
913
or if ``RENDER_PANELS`` is ``None`` and the WSGI container is

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.1"
28+
release = "3.2.2"
2929

3030

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-debug-toolbar
3-
version = 3.2.1
3+
version = 3.2.2
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)