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 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) diff --git a/pyproject.toml b/pyproject.toml index bd5e874824..b1bee8b49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ readme = "README.rst" license = "BSD-3-Clause" license-files = ["LICENSE", "LICENSE.python"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", -- cgit v1.3