[3.0.x] Bumped next Django version in docs config.

This commit is contained in:
Carlton Gibson 2019-09-10 10:34:38 +02:00
parent 513f137cfd
commit 24de7501cc
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ else:
release = django_release()
# The "development version" of Django
django_next_version = '3.0'
django_next_version = '3.1'
extlinks = {
'commit': ('https://github.com/django/django/commit/%s', ''),