diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-09-03 09:44:17 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-09-03 09:44:17 -0300 |
| commit | 6f9fea33137fee6416ff43b775aa9567440a23d3 (patch) | |
| tree | fc484428484678be14c8cd38ccf9ff99a239672b | |
| parent | bf4888d317ba4506d091eeac6e8b4f1fcc731199 (diff) | |
[4.2.x] Bumped version for 4.2.16 release.4.2.16
| -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 c2d75f079f..d948a9fa22 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 16, "alpha", 0) +VERSION = (4, 2, 16, "final", 0) __version__ = get_version(VERSION) |
