1
0
mirror of https://github.com/django/django.git synced 2025-04-25 01:34:38 +00:00

[5.1.x] Bumped version for 5.1.2 release.

This commit is contained in:
Natalia 2024-10-08 11:45:44 -03:00
parent 6e07a7769f
commit c499184f19

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (5, 1, 2, "alpha", 0)
VERSION = (5, 1, 2, "final", 0)
__version__ = get_version(VERSION)