diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-06 22:39:26 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-06 22:39:26 -0300 |
| commit | 9db70760578d508e3d99462938ed06d69d6c6dfc (patch) | |
| tree | 3a1f490f796a6e5b9c5d595b40082b83593dae8d /django/__init__.py | |
| parent | 87175d270aec969d3cad4bad1abf45e07302d795 (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 e29d3a8b9a..6397342eea 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 21, "final", 0) +VERSION = (4, 2, 22, "alpha", 0) __version__ = get_version(VERSION) |
