From 5a6704055ab465c436ea3868eb84c5e05047d65f Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 7 May 2024 14:46:44 -0300 Subject: [PATCH] =?UTF-8?q?[5.0.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 260c79e65d..c119196a0a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 0, 6, "final", 0) +VERSION = (5, 0, 7, "alpha", 0) __version__ = get_version(VERSION)