aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/__init__.py
diff options
context:
space:
mode:
authorRob Hudson2011-04-25 11:26:21 -0700
committerRob Hudson2011-04-25 11:26:21 -0700
commit930f33bfe9526cc7b917853da473a358ec5fc071 (patch)
tree6580aaf0caf8a62d4bcf6c8bb7b2c60bfd7e73f4 /debug_toolbar/__init__.py
parent8cb8abae8cec44909947dbe54e1ed644deeecbd6 (diff)
parent6479ad305ab763a5eceb68c8eb0806caa6b63f77 (diff)
downloaddjango-debug-toolbar-cc4d230121e22f8d7556946eadfc0f1896b3f743.tar.bz2
Merge branch 'release/v0.8.5'v0.8.5
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 df5bb74..90f9e2f 100644
--- a/debug_toolbar/__init__.py
+++ b/debug_toolbar/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 8, 4)
+VERSION = (0, 8, 5)
__version__ = '.'.join(map(str, VERSION))