diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 11:51:54 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 11:51:54 +0200 |
| commit | a698dc223be0e245c8e9cf347defc1892ae5e3ea (patch) | |
| tree | 42ec7b08dfbcf660e1f9dea789e78dffb1cea463 | |
| parent | b597d46bb19c8567615e62029210dab16c70db7d (diff) | |
[4.2.x] Bumped version for 4.2.23 release.4.2.23
| -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 9697a03158..49e1e4201a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 23, "alpha", 0) +VERSION = (4, 2, 23, "final", 0) __version__ = get_version(VERSION) |
