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
This commit is contained in:
Adrian Holovaty 2008-09-16 06:05:53 +00:00
parent 2ccc716e7b
commit 78fd5db4c5
1 changed files with 1 additions and 1 deletions

View File

@ -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."