diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:34:11 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:34:11 +0100 |
| commit | 1f0356ff2af11a5fa71fb07b4627e10edd170438 (patch) | |
| tree | 3aa55f4db899ce1a1d5565c4b584579c64959acb | |
| parent | 7376bcbf508883282ffcc0f0fac5cf0ed2d6cbc5 (diff) | |
[4.2.x] Bumped version for 4.2.17 release.4.2.17
| -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 a004e0f675..6c8679aba4 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 17, "alpha", 0) +VERSION = (4, 2, 17, "final", 0) __version__ = get_version(VERSION) |
