diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-20 06:50:58 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-20 06:50:58 -0400 |
| commit | 82820368777ba1914e1700ae666594ee551e2b13 (patch) | |
| tree | 0ba494fff339487385dcde1e8f334cb47ad7d36b | |
| parent | 2befd9c7ebc0a61c19419e5b63d9783a2a8cea94 (diff) | |
[1.10.x] Bumped django_next_version in docs config.
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 079e01f16f..e27573b80e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,7 +96,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '1.10' +django_next_version = '1.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
