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