From 4413e15380769a2440f264a5efc5c7a17c267e7d Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:47:00 -0300 Subject: [PATCH] [6.0.x] Bumped version for 6.0 release candidate 1 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 2685d91377..88adca60bd 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (6, 0, 0, "beta", 1) +VERSION = (6, 0, 0, "rc", 1) __version__ = get_version(VERSION)