File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
- 3.2 (unreleased )
5
- ----------------
4
+ 3.2a1 (2020-10-19 )
5
+ ------------------
6
6
7
7
* Fixed a regression where the JavaScript code crashed with an invalid
8
8
CSS selector when searching for an element to replace.
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.1 "
28
+ release = "3.2a1 "
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.1.1
3
+ version = 3.2a1
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
author = Rob Hudson
You can’t perform that action at this time.
0 commit comments