From 55b5a77a56cc04f349dde7c71d0f5bf2d76e0405 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 2 Mar 2010 13:58:52 -0800 Subject: Updated version for 0.8.2 release --- debug_toolbar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py index f73a4bd..c941b74 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 8, 1) +VERSION = (0, 8, 2) __version__ = '.'.join(map(str, VERSION)) -- cgit v1.2.3