diff options
| author | David Cramer | 2012-01-12 18:44:47 -0800 |
|---|---|---|
| committer | David Cramer | 2012-01-12 18:44:47 -0800 |
| commit | 1264b23d9a3f8d6af4b0e505be555deb3147432a (patch) | |
| tree | 7ddddf20b576c33977fa2c44b9ececa5d1713359 | |
| parent | da2b5af870bd96eb4b0868f74b6d1d8f0a16ef11 (diff) | |
| download | django-debug-toolbar-1264b23d9a3f8d6af4b0e505be555deb3147432a.tar.bz2 | |
Version bump to 0.9.2
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-debug-toolbar', - version='0.9.1', + version='0.9.2', description='A configurable set of panels that display various debug information about the current request/response.', long_description=open('README.rst').read(), # Get more strings from http://www.python.org/pypi?:action=list_classifiers @@ -18,7 +18,7 @@ setup( ], test_suite='runtests.runtests', include_package_data=True, - zip_safe=False, # because we're including media that Django needs + zip_safe=False, # because we're including media that Django needs classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment', |
