diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-19 09:02:33 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-19 09:03:25 +0100 |
| commit | 3d3bd04cba71c57298b2b106b5856b1f44a0a7cc (patch) | |
| tree | 8e0322ec7c6c306b2833e5c1db8f7b7b111b1277 | |
| parent | 3caca8e91b0c823cb35f5951412698c749031eb6 (diff) | |
[5.2.x] Bumped version for 5.2 release candidate 1.5.2rc1
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index 751b79f84e..617d028489 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 0, "beta", 1) +VERSION = (5, 2, 0, "rc", 1) __version__ = get_version(VERSION) |
