summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2025-10-22 15:40:01 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2025-10-22 15:40:01 -0300
commita956e39b38e48ea2f6f6e763461bceaf0adba2a5 (patch)
tree628b18dc58fdeba87734a3cfae199881f1a730cf
parentee5cc0b7d6060d8f950e5c21f70ad8f128e1486d (diff)
[6.0.x] Bumped version for 6.0 beta 1 release.6.0b1
-rw-r--r--django/__init__.py2
-rw-r--r--pyproject.toml2
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",