File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Here's a screenshot of the toolbar in action:
31
31
In addition to the built-in panels, a number of third-party panels are
32
32
contributed by the community.
33
33
34
- The current stable version of the Debug Toolbar is 2.2 . It works on
34
+ The current stable version of the Debug Toolbar is 3.0 . It works on
35
35
Django ≥ 2.2.
36
36
37
37
Documentation, including installation and configuration instructions, is
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
- 3.0a4 (2020-09-08 )
5
- ------------------
4
+ 3.0 (2020-09-20 )
5
+ ----------------
6
6
7
7
* Added an ``.editorconfig `` file specifying indentation rules etc.
8
8
* Updated the italian translation.
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = "3.0a4 "
62
+ version = "3.0 "
63
63
# The full version, including alpha/beta/rc tags.
64
- release = "3.0a4 "
64
+ release = "3.0 "
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-debug-toolbar
3
- version = 3.0a4
3
+ version = 3.0
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
@@ -15,6 +15,7 @@ classifiers =
15
15
Framework :: Django
16
16
Framework :: Django :: 2.2
17
17
Framework :: Django :: 3.0
18
+ Framework :: Django :: 3.1
18
19
Intended Audience :: Developers
19
20
License :: OSI Approved :: BSD License
20
21
Operating System :: OS Independent
You can’t perform that action at this time.
0 commit comments