diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-03 13:41:22 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-03 13:41:22 +0200 |
| commit | 5e23d8900201ba10bf76adf825179c72cbf2e1e2 (patch) | |
| tree | 04228d4eaf582268658e91841ecb3c25238d3bbb | |
| parent | 31334e6965ad136a5e369993b01721499c5d1a92 (diff) | |
[4.2.x] Bumped version for 4.2.24 release.4.2.24
| -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 80414d5f93..9f88e7e455 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 24, "alpha", 0) +VERSION = (4, 2, 24, "final", 0) __version__ = get_version(VERSION) |
