File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Here's a screenshot of the toolbar in action:
19
19
In addition to the built-in panels, a number of third-party panels are
20
20
contributed by the community.
21
21
22
- The current version of the Debug Toolbar is 1.1 . It works on Django 1.4 to 1.7.
22
+ The current version of the Debug Toolbar is 1.2 . It works on Django 1.4 to 1.7.
23
23
24
24
If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.
25
25
If you're using Django ≥ 1.5, there aren't any restrictions.
Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = '1.1 '
60
+ version = '1.2 '
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '1.1 .0'
62
+ release = '1.2 .0'
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'django-debug-toolbar' ,
6
- version = '1.1 ' ,
6
+ version = '1.2 ' ,
7
7
description = 'A configurable set of panels that display various debug '
8
8
'information about the current request/response.' ,
9
9
long_description = open ('README.rst' , encoding = 'utf-8' ).read (),
33
33
'Programming Language :: Python :: 3' ,
34
34
'Programming Language :: Python :: 3.2' ,
35
35
'Programming Language :: Python :: 3.3' ,
36
+ 'Programming Language :: Python :: 3.4' ,
36
37
'Topic :: Software Development :: Libraries :: Python Modules' ,
37
38
],
38
39
)
You can’t perform that action at this time.
0 commit comments