aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
diff options
context:
space:
mode:
authorRob Hudson2010-11-08 15:39:55 -0800
committerRob Hudson2010-11-08 15:39:55 -0800
commitecfff96d5894aa9ad505149b9c26c9647d5af4e0 (patch)
tree4b5ed43a7a262b9e5f7434a26ee3c5e453941692 /debug_toolbar
parenta388a4db29e854c48354b1c6fafdf0a1fc04e541 (diff)
downloaddjango-debug-toolbar-ecfff96d5894aa9ad505149b9c26c9647d5af4e0.tar.bz2
Bumped version to 0.8.4
Diffstat (limited to 'debug_toolbar')
-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))