From: Ned Deily Date: Tue, 20 Sep 2016 18:58:38 +0000 (-0400) Subject: Make 3.7 the current dev version in the html version of the docs. X-Git-Tag: v2.7.13rc1~116^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47f190a0723ad6a5c08a4fc1d386a3b44fc84ef2;p=python Make 3.7 the current dev version in the html version of the docs. --- diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index 7289a4d01e..8b36a61671 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) {