From 81818cc55553caba8125bdcd18fa0427ac16c905 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 17 Jan 2023 08:54:30 +0100 Subject: [PATCH] [4.2.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 1805e92e14a..3139961eafb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,7 +128,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = "4.2" +django_next_version = "5.0" extlinks = { "bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),