diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-06 22:37:35 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-06 22:37:35 -0300 |
| commit | 87175d270aec969d3cad4bad1abf45e07302d795 (patch) | |
| tree | 9f1015c1c42d8172b6a24a9358e6c6c59477e0fe | |
| parent | 9cd8028f3e38dca8e51c1388f474eecbe7d6ca3c (diff) | |
[4.2.x] Bumped version for 4.2.21 release.4.2.21
| -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 7dc2e03a2e..e29d3a8b9a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 21, "alpha", 0) +VERSION = (4, 2, 21, "final", 0) __version__ = get_version(VERSION) |
