We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2b5af commit 1264b23Copy full SHA for 1264b23
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='django-debug-toolbar',
5
- version='0.9.1',
+ version='0.9.2',
6
description='A configurable set of panels that display various debug information about the current request/response.',
7
long_description=open('README.rst').read(),
8
# Get more strings from http://www.python.org/pypi?:action=list_classifiers
@@ -18,7 +18,7 @@
18
],
19
test_suite='runtests.runtests',
20
include_package_data=True,
21
- zip_safe=False, # because we're including media that Django needs
+ zip_safe=False, # because we're including media that Django needs
22
classifiers=[
23
'Development Status :: 4 - Beta',
24
'Environment :: Web Environment',
0 commit comments