Browse Source

[5.2.x] Bumped version for 5.2 beta 1.

Sarah Boyce 1 month ago
parent
commit
9b7944896d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      django/__init__.py
  2. 1 1
      pyproject.toml

+ 1 - 1
django/__init__.py

@@ -1,6 +1,6 @@
 from django.utils.version import get_version
 
-VERSION = (5, 2, 0, "alpha", 1)
+VERSION = (5, 2, 0, "beta", 1)
 
 __version__ = get_version(VERSION)
 

+ 1 - 1
pyproject.toml

@@ -18,7 +18,7 @@ description = "A high-level Python web framework that encourages rapid developme
 readme = "README.rst"
 license = {text = "BSD-3-Clause"}
 classifiers = [
-    "Development Status :: 3 - Alpha",
+    "Development Status :: 4 - Beta",
     "Environment :: Web Environment",
     "Framework :: Django",
     "Intended Audience :: Developers",