aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
diff options
context:
space:
mode:
authorRob Hudson2009-09-22 19:23:59 -0700
committerRob Hudson2009-09-22 19:23:59 -0700
commit1e772af367571bdd572d7308a76b7a1b32058d37 (patch)
treee03ccae3680e765276bac567dee9dbcd57f03a16 /debug_toolbar
parent6c05fad6a9835ae22481b90d6b58f00f90929663 (diff)
downloaddjango-debug-toolbar-1e772af367571bdd572d7308a76b7a1b32058d37.tar.bz2
Incremented version to 0.8.1 alpha.
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 6fa3081..9696708 100644
--- a/debug_toolbar/__init__.py
+++ b/debug_toolbar/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 8, 0)
+VERSION = (0, 8, 1, 'alpha')
__version__ = '.'.join(map(str, VERSION))