summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2025-09-17 14:54:41 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2025-09-17 14:54:41 -0300
commit0b5a7d847db3387887ec9252b01520f9a872d944 (patch)
treedf7b0367ca429fb1f3337a46b8856d8971df7d0c /docs
parent154aa62e6fe25fa337716503e261590840e24f14 (diff)
[6.0.x] Bumped django_next_version in docs config.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 98070b14fc..111a55c8fa 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -137,7 +137,7 @@ else:
release = django_release()
# The "development version" of Django
-django_next_version = "6.0"
+django_next_version = "6.1"
extlinks = {
"bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),