mirror of https://github.com/django/django.git
[3.0.x] Bumped version for 3.0.12 release.
This commit is contained in:
parent
52e409ed17
commit
81c99e4eb0
|
@ -1,6 +1,6 @@
|
|||
from django.utils.version import get_version
|
||||
|
||||
VERSION = (3, 0, 12, 'alpha', 0)
|
||||
VERSION = (3, 0, 12, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue