From a56c46642d52182c66242d0cbb9733e1ebdddbd6 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:36:22 -0300 Subject: [PATCH] [4.2.x] Post-release version bump. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 112401cf48..afb102c7d5 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 4, "final", 0) +VERSION = (4, 2, 5, "alpha", 0) __version__ = get_version(VERSION)