1
0
mirror of https://github.com/django/django.git synced 2025-06-03 02:29:13 +00:00

[5.2.x] Bumped version for 5.2 release.

This commit is contained in:
Sarah Boyce 2025-04-02 14:56:34 +02:00
parent 34bc3a3f88
commit 9e7cc2b628
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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",