From 249f2fd423f4d892f647117cf20b06772e1f3e25 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:51:41 -0300 Subject: [PATCH] [5.1.x] Bumped version for 5.1 release candidate 1. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index b80f36e421..44d6d5c423 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 0, "beta", 1) +VERSION = (5, 1, 0, "rc", 1) __version__ = get_version(VERSION)