summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-09-20 19:00:53 (GMT)
committerNed Deily <nad@python.org>2016-09-20 19:00:53 (GMT)
commit7582bcaa8faf348fb6894617846ba41b5782ea06 (patch)
treeb92a59ac3c65ac0ca7f6117b04263790c6ff2de0 /Doc/tools
parent8ac46c972f2d7514c133a6f6d34c07a9ea99bb20 (diff)
parenta327331ceca9ff91f0a5f77b8de30d50bd9b164b (diff)
downloadcpython-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.js5
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) {