[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
1 changed files with 1 additions and 1 deletions

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)