diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-04-03 16:05:03 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-04-03 16:05:03 +0000 |
| commit | bb53a0e264d1571b279ec935df71ee8136fd20e2 (patch) | |
| tree | ef3934c60911e4bb171c798bfdc9fe474afdc687 /django/__init__.py | |
| parent | a3f32ead5dc23b3a1d8e9063ae7554e781fbc780 (diff) | |
Dropped the presumptive next release's number to 0.97 just so that nobody gets silly about the magic one-oh.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/__init__.py')
| -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 64b6ddc111..7a24af2b4e 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (1, 0, 'pre') +VERSION = (0, 97, 'pre') |
