From c499184f198df8deb8b5f7282b679babef8384ff Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:45:44 -0300 Subject: [PATCH] [5.1.x] Bumped version for 5.1.2 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 26f3f68f5e..e0b92dccfb 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -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)