From 353a6af6d971821e6cf27a19fb034d50177b846c Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:50:05 +0200 Subject: [PATCH] [5.1.x] Post-release version bump. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index b6b2494d03..55399d1042 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 11, "final", 0) +VERSION = (5, 1, 12, "alpha", 0) __version__ = get_version(VERSION)