aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-08 11:17:04 +0100
committerAymeric Augustin2013-11-08 11:30:22 +0100
commitead875222b516fae88cd11d9cdec1f228736d665 (patch)
treeb9588c5f4063414908be4750a46be95641a24d16 /setup.py
parent6e90533f491ba2a67e301b88c5913aa8b86d0f78 (diff)
downloaddjango-debug-toolbar-ead875222b516fae88cd11d9cdec1f228736d665.tar.bz2
Bump version number.
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..a9516d0 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.0',
description='A configurable set of panels that display various debug '
'information about the current request/response.',
long_description=open('README.rst').read(),