1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00

[1.8.x] Bumped version to 1.8 beta 2.

This commit is contained in:
Tim Graham 2015-03-09 10:22:51 -04:00
parent 35d68e8e76
commit 449d1effb8

View File

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