aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/__init__.py
diff options
context:
space:
mode:
authorDavid Cramer2011-01-03 17:40:05 -0800
committerDavid Cramer2011-01-03 17:40:05 -0800
commite1f06b1ae3d518691dcff3a834441355580dcf1e (patch)
treebbf15e9e19da48261de76b7807a1f91a0dc1f18f /debug_toolbar/__init__.py
parentb240bbbee8fa1a2f455e3844b00641391b9af2a0 (diff)
parent8cb8abae8cec44909947dbe54e1ed644deeecbd6 (diff)
downloaddjango-debug-toolbar-e1f06b1ae3d518691dcff3a834441355580dcf1e.tar.bz2
Merge branch 'master' of http://github.com/robhudson/django-debug-toolbar
Diffstat (limited to 'debug_toolbar/__init__.py')
-rw-r--r--debug_toolbar/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py
index 0df9007..df5bb74 100644
--- a/debug_toolbar/__init__.py
+++ b/debug_toolbar/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 8, 3)
+VERSION = (0, 8, 4)
__version__ = '.'.join(map(str, VERSION))