aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/__init__.py
diff options
context:
space:
mode:
authorRob Hudson2009-10-16 20:35:10 -0700
committerRob Hudson2009-10-16 20:35:10 -0700
commitd446d1b7032cce610d0e78965a66316e16c82924 (patch)
treefb469440487bbebecaa32c3f2416e1eea64230c9 /debug_toolbar/__init__.py
parent5d4fbe175509c73f461c5271a555c952465eeded (diff)
parent56a673fd9414bad98388023a151e618bbb46835d (diff)
downloaddjango-debug-toolbar-d446d1b7032cce610d0e78965a66316e16c82924.tar.bz2
Merge branch 'master' into tx-master
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 e2fa70b..9696708 100644
--- a/debug_toolbar/__init__.py
+++ b/debug_toolbar/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 7, 0)
+VERSION = (0, 8, 1, 'alpha')
__version__ = '.'.join(map(str, VERSION))