1
0
mirror of https://github.com/django/django.git synced 2025-04-08 15:36:47 +00:00

[3.2.x] Bumped django_next_version in docs config.

This commit is contained in:
Carlton Gibson 2021-04-10 17:08:22 +02:00
parent 078bcd587d
commit 98db3c76fc

View File

@ -99,7 +99,7 @@ else:
release = django_release()
# The "development version" of Django
django_next_version = '3.2'
django_next_version = '4.0'
extlinks = {
'bpo': ('https://bugs.python.org/issue%s', 'bpo-'),