From 97ef138abf600a3eb56e3ca44cfbf405fa1f8f17 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:42:59 -0300 Subject: [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 a474cee6ab..7724b49fdb 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 1, 15, "final", 0) +VERSION = (5, 1, 16, "alpha", 0) __version__ = get_version(VERSION) -- cgit v1.3