From a684d73fc9ad94bbc535385d8b1d7c05ea06702f Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:57:24 -0300 Subject: [PATCH] [4.2.x] Bumped version for 4.2.10 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index b2f67a6ac8..dc83a622dd 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 10, "alpha", 0) +VERSION = (4, 2, 10, "final", 0) __version__ = get_version(VERSION)