File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-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 0.10.0 . It works on Django 1.4,
22
+ The current version of the Debug Toolbar is 0.10.1 . It works on Django 1.4,
23
23
1.5 and 1.6.
24
24
25
25
If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = '0.10.0 '
57
+ version = '0.10'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '0.10.0 '
59
+ release = '0.10.1 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'django-debug-toolbar' ,
5
- version = '0.10.0 ' ,
5
+ version = '0.10.1 ' ,
6
6
description = 'A configurable set of panels that display various debug '
7
7
'information about the current request/response.' ,
8
8
long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments