diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-06 15:32:16 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-06 15:32:16 +0200 |
| commit | ae0ca8345dd4a2469ac45211522f8d4bf5bc610c (patch) | |
| tree | 42c2bce135c4e7d1b0953abe82a7001d85f062e2 /django/__init__.py | |
| parent | 4d32ebcd57340aa8de2d6d31613f1646dc6391f6 (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 c6105bd23d..c2d75f079f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 15, "final", 0) +VERSION = (4, 2, 16, "alpha", 0) __version__ = get_version(VERSION) |
