mirror of https://github.com/django/django.git
[2.0.x] Bumped version to 2.0 alpha 1.
This commit is contained in:
parent
828d55c0d5
commit
bf987b70d2
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue