diff options
| author | Rob Hudson | 2009-09-22 19:23:59 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2009-09-22 19:23:59 -0700 | 
| commit | 1e772af367571bdd572d7308a76b7a1b32058d37 (patch) | |
| tree | e03ccae3680e765276bac567dee9dbcd57f03a16 /debug_toolbar | |
| parent | 6c05fad6a9835ae22481b90d6b58f00f90929663 (diff) | |
| download | django-debug-toolbar-1e772af367571bdd572d7308a76b7a1b32058d37.tar.bz2 | |
Incremented version to 0.8.1 alpha.
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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)) | 
