Bump version number for Django 1.0 release
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
58fad7f9fd
commit
42ef6557a9
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 0, 'rc_1')
|
||||
VERSION = (1, 0, 'final')
|
||||
|
||||
def get_version():
|
||||
"Returns the version as a human-format string."
|
||||
|
|
Loading…
Reference in New Issue