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