aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/__init__.py
diff options
context:
space:
mode:
authorRob Hudson2010-11-08 15:41:25 -0800
committerRob Hudson2010-11-08 15:41:25 -0800
commit8cb8abae8cec44909947dbe54e1ed644deeecbd6 (patch)
tree4b5ed43a7a262b9e5f7434a26ee3c5e453941692 /debug_toolbar/__init__.py
parentee1811238e91ae0ad33413b0d40d2f8482101951 (diff)
parentecfff96d5894aa9ad505149b9c26c9647d5af4e0 (diff)
downloaddjango-debug-toolbar-8cb8abae8cec44909947dbe54e1ed644deeecbd6.tar.bz2
Merge branch 'release/0.8.4'0.8.4
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))