commit | 68fe9aa58c139e3a6f8c9188760bb237added7d6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed May 27 18:32:25 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Wed May 27 18:32:25 2015 -0500 |
tree | 92ea6c5bccf8ac10e7bf65b7642269fd2f079666 | |
parent | 72c24002b39e454d68b8581f0c928ae48bf88f5a [diff] |
update for 3.6 emerging
diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index edb025b..7289a4d 100644 --- a/Doc/tools/static/version_switch.js +++ b/Doc/tools/static/version_switch.js
@@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - '3.5': 'dev (3.5)', + '3.6': 'dev (3.6)', + '3.5': '3.5', '3.4': '3.4', '3.3': '3.3', '3.2': '3.2',