From 7d2fc9b2148ebe84cdc9da7193bf6df6830a638a Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Sat, 12 Sep 2009 16:55:50 -0700 Subject: Updated version to 0.8. --- 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 e2fa70b..6fa3081 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 7, 0) +VERSION = (0, 8, 0) __version__ = '.'.join(map(str, VERSION)) -- cgit v1.2.3 From 1e772af367571bdd572d7308a76b7a1b32058d37 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 22 Sep 2009 19:23:59 -0700 Subject: Incremented version to 0.8.1 alpha. --- 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 6fa3081..9696708 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 8, 0) +VERSION = (0, 8, 1, 'alpha') __version__ = '.'.join(map(str, VERSION)) -- cgit v1.2.3