diff options
author | Ned Deily <nad@python.org> | 2016-09-20 19:00:53 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-20 19:00:53 (GMT) |
commit | 7582bcaa8faf348fb6894617846ba41b5782ea06 (patch) | |
tree | b92a59ac3c65ac0ca7f6117b04263790c6ff2de0 /Doc/tools | |
parent | 8ac46c972f2d7514c133a6f6d34c07a9ea99bb20 (diff) | |
parent | a327331ceca9ff91f0a5f77b8de30d50bd9b164b (diff) | |
download | cpython-7582bcaa8faf348fb6894617846ba41b5782ea06.zip cpython-7582bcaa8faf348fb6894617846ba41b5782ea06.tar.gz cpython-7582bcaa8faf348fb6894617846ba41b5782ea06.tar.bz2 |
Make 3.7 the current dev version in the html version of the docs.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/static/version_switch.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index 7289a4d..8b36a61 100644 --- a/Doc/tools/static/version_switch.js +++ b/Doc/tools/static/version_switch.js @@ -2,13 +2,12 @@ 'use strict'; var all_versions = { - '3.6': 'dev (3.6)', + '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' }; function build_select(current_version, current_release) { |