1
0
mirror of https://github.com/django/django.git synced 2025-07-16 15:49:12 +00:00

[3.1.x] Bumped version for 3.1.10 release.

This commit is contained in:
Mariusz Felisiak 2021-05-06 09:04:41 +02:00
parent afb23f5929
commit a2407cd67b

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (3, 1, 10, 'alpha', 0)
VERSION = (3, 1, 10, 'final', 0)
__version__ = get_version(VERSION)