summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 21:19:43 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 21:19:43 +0100
commit1eb62e5b622ef7fd6e0123d8bbf6662d893d5d08 (patch)
treef76ed60774c9cb479ab94569cd2279fd3526b5e0
parent12595092209803d108e605f35f7717e358ce5d18 (diff)
[5.2.x] Bumped django_next_version in docs config.
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9289e821fa..dcbfefa499 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -135,7 +135,7 @@ else:
release = django_release()
# The "development version" of Django
-django_next_version = "5.2"
+django_next_version = "6.0"
extlinks = {
"bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),