diff options
| author | Rob Hudson | 2010-11-08 15:42:10 -0800 | 
|---|---|---|
| committer | Rob Hudson | 2010-11-08 15:42:10 -0800 | 
| commit | 3a6c1d9daddfca3d37522ae6dc029b3a4a7a7206 (patch) | |
| tree | 4b5ed43a7a262b9e5f7434a26ee3c5e453941692 | |
| parent | a388a4db29e854c48354b1c6fafdf0a1fc04e541 (diff) | |
| parent | ecfff96d5894aa9ad505149b9c26c9647d5af4e0 (diff) | |
| download | django-debug-toolbar-3a6c1d9daddfca3d37522ae6dc029b3a4a7a7206.tar.bz2 | |
Merge branch 'release/0.8.4' into develop
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | debug_toolbar/__init__.py | 2 | 
2 files changed, 3 insertions, 3 deletions
| @@ -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)) | 
