diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:37:13 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-04 14:37:13 +0100 |
| commit | 6c4fc7d6202b70ca20d21a62808e38b36bc50854 (patch) | |
| tree | 7d6aaa562b3b1cb5f71437ba75f0bb14e14974f7 /django/__init__.py | |
| parent | 1f0356ff2af11a5fa71fb07b4627e10edd170438 (diff) | |
[4.2.x] Post-release version bump.
Diffstat (limited to 'django/__init__.py')
| -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 6c8679aba4..a6353d696c 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 17, "final", 0) +VERSION = (4, 2, 18, "alpha", 0) __version__ = get_version(VERSION) |
