diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-06 14:56:30 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-06 14:56:30 +0200 |
| commit | 4d32ebcd57340aa8de2d6d31613f1646dc6391f6 (patch) | |
| tree | 381a4e3a6e5decebbb6260cbbdf3a0e23f3b5925 | |
| parent | f4af67b9b41e0f4c117a8741da3abbd1c869ab28 (diff) | |
[4.2.x] Bumped version for 4.2.15 release.4.2.15
| -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 60a09ed4fa..c6105bd23d 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 15, "alpha", 0) +VERSION = (4, 2, 15, "final", 0) __version__ = get_version(VERSION) |
