diff options
| author | Rob Hudson | 2009-09-12 16:55:50 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-09-12 16:55:50 -0700 |
| commit | 7d2fc9b2148ebe84cdc9da7193bf6df6830a638a (patch) | |
| tree | 1f4c330ffae2d3e5dd3a3881197a4a0113ce94ba | |
| parent | 9801c8b0a312bd18ff20414d72bb5b5f9c941018 (diff) | |
| download | django-debug-toolbar-7d2fc9b2148ebe84cdc9da7193bf6df6830a638a.tar.bz2 | |
Updated version to 0.8.
| -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 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)) |
