diff options
| author | Alex Gaynor | 2009-04-14 21:55:05 -0400 |
|---|---|---|
| committer | Alex Gaynor | 2009-04-14 21:55:05 -0400 |
| commit | 4fb76940f33ecd0ec37150659660f8fd4b10550c (patch) | |
| tree | 711885b1661f82c3c1f653255d74e17f9626f52e /debug_toolbar/__init__.py | |
| parent | f1a18353afd9876bc4f5f642f187581496530039 (diff) | |
| parent | 04fc096d6b90704d706f4301c846306b068cbb31 (diff) | |
| download | django-debug-toolbar-4fb76940f33ecd0ec37150659660f8fd4b10550c.tar.bz2 | |
Merge commit 'rob/master'
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)) |
