File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ 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 version of the Debug Toolbar is 1.11. It works on Django ≥ 1.11.
34
+ The current stable version of the Debug Toolbar is 1.11. It works on
35
+ Django ≥ 1.11.
35
36
36
37
Documentation, including installation and configuration instructions, is
37
38
available at https://django-debug-toolbar.readthedocs.io/.
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
- 2.0 UNRELEASED
5
- --------------
4
+ 2.0a1 (2019-05-16)
5
+ ------------------
6
6
7
7
* Updated ``StaticFilesPanel `` to be compatible with Django 3.0.
8
8
* The ``ProfilingPanel `` is now enabled but inactive by default.
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 = '1.11 '
62
+ version = '2.0a1 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.11 '
64
+ release = '2.0a1 '
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
- #!/usr/bin/env python
1
+ #!/usr/bin/env python3
2
2
3
3
from io import open
4
4
@@ -12,7 +12,7 @@ def readall(path):
12
12
13
13
setup (
14
14
name = "django-debug-toolbar" ,
15
- version = "1.11 " ,
15
+ version = "2.0a1 " ,
16
16
description = "A configurable set of panels that display various debug "
17
17
"information about the current request/response." ,
18
18
long_description = readall ("README.rst" ),
You can’t perform that action at this time.
0 commit comments