summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-02 14:56:34 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-02 14:56:34 +0200
commit9e7cc2b628fe8fd3895986af9b7fc9525034c1b0 (patch)
tree143556db1d3896d670bdbb7b91b51b0b43513acf
parent34bc3a3f88a5f9829df91afae9ee9bae5dae310a (diff)
[5.2.x] Bumped version for 5.2 release.5.2
-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 617d028489..bb073311bb 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (5, 2, 0, "rc", 1)
+VERSION = (5, 2, 0, "final", 0)
__version__ = get_version(VERSION)
diff --git a/pyproject.toml b/pyproject.toml
index 394172ef10..7c1b94bbd8 100644
--- a/pyproject.toml
+++ b/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 :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",