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