diff options
| author | Rob Hudson | 2009-04-02 09:06:08 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2009-04-02 09:06:08 -0700 | 
| commit | 644ae5068c58fb208d0d96cbe40f80723c2a70e1 (patch) | |
| tree | dc4a65ac42c1dc78887da9a74104709203d9453d /debug_toolbar/__init__.py | |
| parent | a4247bc722c1e9bf42f749e91ce118cde1bd0d2f (diff) | |
| download | django-debug-toolbar-644ae5068c58fb208d0d96cbe40f80723c2a70e1.tar.bz2 | |
Bumping version number preparing for release.
Diffstat (limited to 'debug_toolbar/__init__.py')
| -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 9603d9e..e2fa70b 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 0, 1) +VERSION = (0, 7, 0)  __version__ = '.'.join(map(str, VERSION)) | 
