summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-09-20 19:00:07 (GMT)
committerNed Deily <nad@python.org>2016-09-20 19:00:07 (GMT)
commita327331ceca9ff91f0a5f77b8de30d50bd9b164b (patch)
tree11209a5503dd4f5b7319f002ce4445dffea4e144 /Doc/tools
parent918aa89483817c63c6e34a4cbdae0d17d19372e6 (diff)
downloadcpython-a327331ceca9ff91f0a5f77b8de30d50bd9b164b.zip
cpython-a327331ceca9ff91f0a5f77b8de30d50bd9b164b.tar.gz
cpython-a327331ceca9ff91f0a5f77b8de30d50bd9b164b.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) {