diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-04-03 12:30:13 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-04-03 12:30:13 +0000 |
| commit | a3f32ead5dc23b3a1d8e9063ae7554e781fbc780 (patch) | |
| tree | 4b53b4a9d879bcc723885bb88625543da1299219 | |
| parent | b9d077c10d0ded84ee91ac375eafb24e1658237d (diff) | |
Bumped version number to 1.0-pre, so that we can tell it apart from the 0.96
releases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4913 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index a91a7e13c3..64b6ddc111 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (0, 96, None) +VERSION = (1, 0, 'pre') |
