From 5948e6657f8cb6aeaab1a5a45640d089230f461a Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:45:57 -0300 Subject: [4.2.x] Bumped version for 4.2.27 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 0e692c70ec..06680666d1 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 27, "alpha", 0) +VERSION = (4, 2, 27, "final", 0) __version__ = get_version(VERSION) -- cgit v1.3