1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[2.0.x] Bumped version to 2.0 alpha 1.

This commit is contained in:
Tim Graham 2017-09-22 12:58:24 -04:00
parent 828d55c0d5
commit bf987b70d2

View File

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