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:
James Bennett 2008-09-03 23:38:45 +00:00
parent 58fad7f9fd
commit 42ef6557a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 0, 'rc_1')
VERSION = (1, 0, 'final')
def get_version():
"Returns the version as a human-format string."