File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
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 version of the Debug Toolbar is 1.9 . It works on Django ≥ 1.11.
34
+ The current version of the Debug Toolbar is 1.10 . It works on Django ≥ 1.11.
35
35
36
36
Documentation, including installation and configuration instructions, is
37
37
available at https://django-debug-toolbar.readthedocs.io/.
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Change log
4
4
UNRELEASED
5
5
----------
6
6
7
+ 1.10 (2018-09-06)
8
+ -----------------
9
+
7
10
* Removed support for Django < 1.11.
8
11
* Added support and testing for Django 2.1 and Python 3.7. No actual code
9
12
changes were required.
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.9 '
62
+ version = '1.10 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.9 '
64
+ release = '1.10 '
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 6
6
7
7
setup (
8
8
name = 'django-debug-toolbar' ,
9
- version = '1.9.1 ' ,
9
+ version = '1.10 ' ,
10
10
description = 'A configurable set of panels that display various debug '
11
11
'information about the current request/response.' ,
12
12
long_description = open ('README.rst' , encoding = 'utf-8' ).read (),
You can’t perform that action at this time.
0 commit comments