mirror of https://github.com/django/django.git
[1.11.x] Bumped version to 1.11a1.
This commit is contained in:
parent
792c13fbba
commit
246bece37a
|
@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
|||
|
||||
from django.utils.version import get_version
|
||||
|
||||
VERSION = (1, 11, 0, 'alpha', 0)
|
||||
VERSION = (1, 11, 0, 'alpha', 1)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue