Skip to content

Commit 3a6c1d9

Browse files
committed
Merge branch 'release/0.8.4' into develop
2 parents a388a4d + ecfff96 commit 3a6c1d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
News for django-debug-toolbar
22
=============================
33

4-
develop
5-
-------
4+
0.8.4 (2010 Nov 8)
5+
------------------
66

77
* Added print style to hide the toolbar (issue 90)
88

debug_toolbar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 8, 3)
1+
VERSION = (0, 8, 4)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)