1
0
mirror of https://github.com/django/django.git synced 2025-01-27 10:39:40 +00:00

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

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