diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-06-28 08:56:45 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-06-28 08:56:45 -0500 |
| commit | 27cf7ec864318daf5957fa0e65c04f7a260ee1c8 (patch) | |
| tree | d119ad1ce08350ff0395936ad0a97414c8caa42f /docs/conf.py | |
| parent | 5caced89e0ac2f942b68bc5f163d156a42880f16 (diff) | |
Master is now pre-1.7.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index feff99b6f4..0c35e935e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ copyright = 'Django Software Foundation and contributors' # built documents. # # The short X.Y version. -version = '1.6' +version = '1.7' # The full version, including alpha/beta/rc tags. try: from django import VERSION, get_version @@ -71,7 +71,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '1.6' +django_next_version = '1.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
