diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-23 19:36:23 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:36:23 -0400 |
| commit | 478d3af0003da5726404e8def5066301b86fd9ed (patch) | |
| tree | 5a363398549b1a050f5629e902e625fe5ae93d59 | |
| parent | e3f9b0e3295bcf245ba98a77c35ef075f222fe66 (diff) | |
[1.9.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 10caf0ce8a..029e489529 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.9' +django_next_version = '1.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
