From 50a57d9e6230a9453af7d55e703a16dc32599333 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Wed, 22 May 2024 11:34:04 -0300 Subject: [PATCH] [5.1.x] Bumped django_next_version in docs config. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a7bfe9fc524..7b367e23e15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,7 +133,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = "5.1" +django_next_version = "5.2" extlinks = { "bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),