diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-06 10:07:14 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-06 10:07:14 +0100 |
| commit | 6d3f4c13f16c362a59c27ca55491c9bb06b98b59 (patch) | |
| tree | 906783589ad310dd134419f6623474e59ceefd5c /django/__init__.py | |
| parent | 35c58a7924aa07e87e925f6eea978c278f143f36 (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 dddc14f597..7dc2e03a2e 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 20, "final", 0) +VERSION = (4, 2, 21, "alpha", 0) __version__ = get_version(VERSION) |
