diff options
| author | Percy Perez-Pinedo | 2009-07-20 15:46:57 -0700 |
|---|---|---|
| committer | Percy Perez-Pinedo | 2009-07-20 15:46:57 -0700 |
| commit | b7629d5768295131c35d613dbb16d9a070474c77 (patch) | |
| tree | f7557bdc972287765a0bb687c2fecf04ddd0718f /debug_toolbar/__init__.py | |
| parent | 073ab2c8255ebc310a54e9f937b4b17f94f7eac2 (diff) | |
| parent | 4dc0710b6a5eedec0448909f6b90e55a4f3555d4 (diff) | |
| download | django-debug-toolbar-b7629d5768295131c35d613dbb16d9a070474c77.tar.bz2 | |
removing trans so we can merge for now
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)) |
