mirror of https://github.com/django/django.git
[2.0.x] Bumped version for 2.0.11 release.
This commit is contained in:
parent
1f42f82566
commit
be439e5876
|
@ -1,6 +1,6 @@
|
|||
from django.utils.version import get_version
|
||||
|
||||
VERSION = (2, 0, 11, 'alpha', 0)
|
||||
VERSION = (2, 0, 11, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue