1
0
mirror of https://github.com/django/django.git synced 2025-02-25 01:25:34 +00:00

Bump django.VERSION for RC 1.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2009-07-22 02:09:01 +00:00
parent 84d86c07e0
commit d65a8e0906

View File

@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'beta', 1) VERSION = (1, 1, 0, 'rc', 1)
def get_version(): def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1]) version = '%s.%s' % (VERSION[0], VERSION[1])