Bumped version number for 1.0-alpha release.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-07-22 01:15:43 +00:00
parent 863f4eb1d7
commit d3f4de9c18
1 changed files with 1 additions and 1 deletions

View File

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