summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-02 10:29:55 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-02 10:29:55 +0200
commit5773bc9cf929f4648da30cb9c472b816bb4db771 (patch)
tree70e627d399cedb63b31a3c4287f263fd6c0c969d
parentedc2716d01a6fdd84b173c02031695231bcee1f8 (diff)
[5.1.x] Bumped version for 5.1.8 release.5.1.8
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index fa2ee8caf2..2e50d1c814 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (5, 1, 8, "alpha", 0)
+VERSION = (5, 1, 8, "final", 0)
__version__ = get_version(VERSION)