aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-08 11:17:04 +0100
committerAymeric Augustin2013-11-08 11:18:38 +0100
commita419da78f540fcce0ea2e59b8260cf3d298d7a6e (patch)
treeceb1e86767b5d4822c9e9cad04f99b2369290ad3 /setup.py
parent6e90533f491ba2a67e301b88c5913aa8b86d0f78 (diff)
downloaddjango-debug-toolbar-0.11.0.tar.bz2
Bump version number.0.11.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 77b4024..89846e1 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='django-debug-toolbar',
- version='0.10.2',
+ version='0.11',
description='A configurable set of panels that display various debug '
'information about the current request/response.',
long_description=open('README.rst').read(),