From 8be1b8b488760959410be93e460944970b8199d6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 16 Jan 2015 18:30:49 -0500 Subject: [PATCH] [1.8.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 68b0389c51..a8ad090287 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '1.8' +django_next_version = '1.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.