Commit d65a8e09 authored by James Bennett's avatar James Bennett
Browse files

Bump django.VERSION for RC 1.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 84d86c07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 1, 0, 'beta', 1)
VERSION = (1, 1, 0, 'rc', 1)

def get_version():
    version = '%s.%s' % (VERSION[0], VERSION[1])