summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2007-04-03 16:05:03 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2007-04-03 16:05:03 +0000
commitbb53a0e264d1571b279ec935df71ee8136fd20e2 (patch)
treeef3934c60911e4bb171c798bfdc9fe474afdc687 /django/__init__.py
parenta3f32ead5dc23b3a1d8e9063ae7554e781fbc780 (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__.py2
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')