summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-02 10:59:06 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-02 10:59:06 +0200
commit7c128112a6adff20b6d67a02c4098a2c10f88191 (patch)
tree7fb041ed9f5738b2063b578d3218b4fc5b79bc7b
parent8c6871b097b6c49d2a782c0d80d908bcbe2116f1 (diff)
[5.0.x] Bumped version for 5.0.14 release.5.0.14
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index f8b1e22298..52ed8a2c45 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (5, 0, 14, "alpha", 0)
+VERSION = (5, 0, 14, "final", 0)
__version__ = get_version(VERSION)