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:
parent
2ccc716e7b
commit
78fd5db4c5
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (1, 0, 'final')
|
VERSION = (1, 0, 'post-release-SVN')
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
"Returns the version as a human-format string."
|
"Returns the version as a human-format string."
|
||||||
|
|
Loading…
Reference in New Issue