From a956e39b38e48ea2f6f6e763461bceaf0adba2a5 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:40:01 -0300 Subject: [6.0.x] Bumped version for 6.0 beta 1 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/__init__.py') diff --git a/django/__init__.py b/django/__init__.py index d1d5fee674..2685d91377 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (6, 0, 0, "alpha", 1) +VERSION = (6, 0, 0, "beta", 1) __version__ = get_version(VERSION) -- cgit v1.3