diff options
author | Ned Deily <nad@python.org> | 2017-09-06 07:23:33 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-09-06 07:23:33 (GMT) |
commit | 8cee0cc3fea74f9abcb0ce343a86fa4c71673ead (patch) | |
tree | 851f2525839db28cd419613bd950c80eab5ccb44 /Doc/tools/sphinxext/static/version_switch.js | |
parent | a7ff833f277eb8067f4be5a0f2b583a3cca95d35 (diff) | |
download | cpython-3.3.7rc1.zip cpython-3.3.7rc1.tar.gz cpython-3.3.7rc1.tar.bz2 |
Bump to 3.3.7rc1v3.3.7rc1
Diffstat (limited to 'Doc/tools/sphinxext/static/version_switch.js')
-rw-r--r-- | Doc/tools/sphinxext/static/version_switch.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/tools/sphinxext/static/version_switch.js b/Doc/tools/sphinxext/static/version_switch.js index e5528eb..d520987 100644 --- a/Doc/tools/sphinxext/static/version_switch.js +++ b/Doc/tools/sphinxext/static/version_switch.js @@ -2,12 +2,12 @@ 'use strict'; var all_versions = { - '3.5': 'dev (3.5)', + '3.7': 'dev (3.7)', + '3.6': '3.6', + '3.5': '3.5', '3.4': '3.4', '3.3': '3.3', - '3.2': '3.2', - '2.7': '2.7', - '2.6': '2.6' + '2.7': '2.7' }; function build_select(current_version, current_release) { |