Bumped version number prior to release.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-08-08 22:04:34 +00:00
parent 2e01d59887
commit 438b816e41
1 changed files with 1 additions and 1 deletions

View File

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