aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-26 17:03:34 +0200
committerAymeric Augustin2013-10-27 20:47:57 +0100
commitdab9a28e6d80aa65f595c0bb48846aa6018f0473 (patch)
tree0cafb3e2a5da6203c03c79c24870c74aa85c4adb /setup.py
parentff6484d1767813c03f88bd18bc85bd1cc35b84a2 (diff)
downloaddjango-debug-toolbar-dab9a28e6d80aa65f595c0bb48846aa6018f0473.tar.bz2
Bump version number and update README.0.10.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1486f3c..cbfe599 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='django-debug-toolbar',
- version='0.9.4',
+ version='0.10.0',
description='A configurable set of panels that display various debug '
'information about the current request/response.',
long_description=open('README.rst').read(),