summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2024-09-03 09:44:17 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2024-09-03 09:44:17 -0300
commit6f9fea33137fee6416ff43b775aa9567440a23d3 (patch)
treefc484428484678be14c8cd38ccf9ff99a239672b
parentbf4888d317ba4506d091eeac6e8b4f1fcc731199 (diff)
[4.2.x] Bumped version for 4.2.16 release.4.2.16
-rw-r--r--django/__init__.py2
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)