Modified version number string for Beta 1 release.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2008-08-15 02:26:50 +00:00
parent fcc42c1bf7
commit 59ce2aaeb6
1 changed files with 1 additions and 1 deletions

View File

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