summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-05-07 17:37:03 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-05-07 17:37:03 +0200
commit3bf46e2e023904c825728267f3131c42f02ce696 (patch)
tree31f1034a8675d8f65af1d0f1a246894e3e4b1ce7
parentb46b94e66ccc81ac3586baac045f5bab50d8d6a9 (diff)
[4.2.x] Bumped version for 4.2.13 release.4.2.13
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 579b9c6220..18a86d3c53 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (4, 2, 13, "alpha", 0)
+VERSION = (4, 2, 13, "final", 0)
__version__ = get_version(VERSION)