diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-04 08:51:01 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-04 08:51:01 -0300 |
| commit | 7275cc5d1326fad562725ed47fbe5eb149dfa6fb (patch) | |
| tree | 69a568e685011d07f3d595fa471efd9f0c160956 | |
| parent | ac03c5e7df8680c61cdb0d3bdb8be9095dba841e (diff) | |
[4.2.x] Bumped version for 4.2.22 release.4.2.22
| -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 6397342eea..60f2bdc6e9 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 22, "alpha", 0) +VERSION = (4, 2, 22, "final", 0) __version__ = get_version(VERSION) |
