diff options
| author | Rob Hudson | 2009-11-03 22:15:15 -0800 |
|---|---|---|
| committer | Rob Hudson | 2009-11-03 22:15:15 -0800 |
| commit | 34bd73e5cdccce0d7e9cc76b033581e4fdd98ced (patch) | |
| tree | c11bddac86b26593733edb420d4a72b0b7ecab18 | |
| parent | ea990ceeb998e2b8fa385548f5a40d81d1045918 (diff) | |
| download | django-debug-toolbar-34bd73e5cdccce0d7e9cc76b033581e4fdd98ced.tar.bz2 | |
Updated version to 0.8.10.8.1
| -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 9696708..f73a4bd 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 8, 1, 'alpha') +VERSION = (0, 8, 1) __version__ = '.'.join(map(str, VERSION)) |
