1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00

[1.8.x] Bumped version to 1.8 rc 1.

This commit is contained in:
Tim Graham 2015-03-18 09:06:26 -04:00
parent 770427c289
commit e3c9412d86

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (1, 8, 0, 'beta', 2)
VERSION = (1, 8, 0, 'rc', 1)
__version__ = get_version(VERSION)