From 6479ad305ab763a5eceb68c8eb0806caa6b63f77 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Mon, 25 Apr 2011 11:26:01 -0700 Subject: Bumped version and updated NEWS --- debug_toolbar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/__init__.py') 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)) -- cgit v1.2.3