Bumped version to rc1.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-09-03 00:20:17 +00:00
parent d8b56ecbf6
commit 67813c65e1
1 changed files with 1 additions and 1 deletions

View File

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