diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-21 06:17:14 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-21 06:17:14 -0400 |
| commit | 2f37ad88b14d50f38b31adaa6c904e38c573dfc4 (patch) | |
| tree | 82971b2d34234817bd63966d11a65ee3e7154667 /docs/conf.py | |
| parent | 4d0c5f61427a8e67552ee2d777fffbadc7aff3b2 (diff) | |
Bumped version to reflect master is now pre-1.8.
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 f10354f244..30e57aee15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ copyright = 'Django Software Foundation and contributors' # built documents. # # The short X.Y version. -version = '1.7' +version = '1.8' # The full version, including alpha/beta/rc tags. try: from django import VERSION, get_version @@ -82,7 +82,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '1.7' +django_next_version = '1.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
