aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--debug_toolbar/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 35ac4ec..03c8690 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
News for django-debug-toolbar
=============================
-develop
--------
+0.8.4 (2010 Nov 8)
+------------------
* Added print style to hide the toolbar (issue 90)
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))