From a0d3bdb5b0a22cdbb4d3f7e5eabd7fe0f7311f68 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 3 Mar 2026 09:13:06 -0300 Subject: [6.0.x] Bumped version for 6.0.3 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/__init__.py b/django/__init__.py index 6e7cc7f61b..71cfa525bc 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (6, 0, 3, "alpha", 0) +VERSION = (6, 0, 3, "final", 0) __version__ = get_version(VERSION) -- cgit v1.3