From d26c8838d0a447d5cba03a0b4eebd5fc2d27e9df Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 7 May 2024 14:44:42 -0300 Subject: [PATCH] =?UTF-8?q?[4.2.x]=EF=BF=BCPost-release=20version=20bump.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 18a86d3c53..edadda530e 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 13, "final", 0) +VERSION = (4, 2, 14, "alpha", 0) __version__ = get_version(VERSION)