diff options
| author | David Cramer | 2012-01-17 00:52:52 -0800 | 
|---|---|---|
| committer | David Cramer | 2012-01-17 00:53:00 -0800 | 
| commit | 270a38d4a8cfe0a911f03d27287d867decbf4e84 (patch) | |
| tree | f47d2290749bda7dd4326a12c23bd0d0ee9f7f7b /setup.py | |
| parent | 01cd08518ded622d3308dd539b00ebbf7012894e (diff) | |
| download | django-debug-toolbar-270a38d4a8cfe0a911f03d27287d867decbf4e84.tar.bz2 | |
Revert using live events on toolbar button (fixes GH-255 and GH-251).
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ from setuptools import setup, find_packages  setup(      name='django-debug-toolbar', -    version='0.9.2', +    version='0.9.3',      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 | 
