From 9e7cc2b628fe8fd3895986af9b7fc9525034c1b0 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Wed, 2 Apr 2025 14:56:34 +0200 Subject: [PATCH] [5.2.x] Bumped version for 5.2 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 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",