summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2008-09-16 06:05:53 +0000
committerAdrian Holovaty <adrian@holovaty.com>2008-09-16 06:05:53 +0000
commit78fd5db4c5421441040a071961130978141a4e39 (patch)
tree02df538c1545b02281ebe36a9524638ab57b43c9 /django/__init__.py
parent2ccc716e7ba2fcfc47d001647fbb5503cb699ef6 (diff)
Fixed #9016 -- Changed VERSION from 1.0.final to 1.0.post-release-SVN, which should suffice until we create a 1.0.x branch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9049 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 9e9e6f2dba..5aca8e2b42 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 'final')
+VERSION = (1, 0, 'post-release-SVN')
def get_version():
"Returns the version as a human-format string."