File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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:
1919In addition to the built-in panels, a number of third-party panels are
2020contributed by the community.
2121
22- The current version of the Debug Toolbar is 0.10.2 . It works on Django 1.4,
22+ The current version of the Debug Toolbar is 0.11.0 . It works on Django 1.4,
23231.5 and 1.6.
2424
2525If 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 5656# The short X.Y version.
5757version = '0.10'
5858# The full version, including alpha/beta/rc tags.
59- release = '0.10.2 '
59+ release = '0.11.0 '
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# for a list of supported languages.
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'django-debug-toolbar' ,
5- version = '0.10.2 ' ,
5+ version = '0.11.0 ' ,
66 description = 'A configurable set of panels that display various debug '
77 'information about the current request/response.' ,
88 long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments