From 5773bc9cf929f4648da30cb9c472b816bb4db771 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Wed, 2 Apr 2025 10:29:55 +0200 Subject: [PATCH] [5.1.x] Bumped version for 5.1.8 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)