Skip to content

Commit f14fca8

Browse files
committed
django-debug-toolbar 3.2a1
1 parent 24e7982 commit f14fca8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change log
22
==========
33

4-
3.2 (unreleased)
5-
----------------
4+
3.2a1 (2020-10-19)
5+
------------------
66

77
* Fixed a regression where the JavaScript code crashed with an invalid
88
CSS selector when searching for an element to replace.

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.1"
28+
release = "3.2a1"
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.1.1
3+
version = 3.2a1
44
description = A configurable set of panels that display various debug information about the current request/response.
55
long_description = file: README.rst
66
author = Rob Hudson

0 commit comments

Comments
 (0)