diff options
author | Georg Brandl <georg@python.org> | 2014-03-17 06:36:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-17 06:36:45 (GMT) |
commit | 56d3a03f706b54be307f7627db6d881eb851d2b1 (patch) | |
tree | a4f34f28ca9aafe7abd04f970fbcb5f4a691b86b /Doc/tools | |
parent | a48d9eaa5ccb3d8d0e224e78471bd660605116ec (diff) | |
download | cpython-56d3a03f706b54be307f7627db6d881eb851d2b1.zip cpython-56d3a03f706b54be307f7627db6d881eb851d2b1.tar.gz cpython-56d3a03f706b54be307f7627db6d881eb851d2b1.tar.bz2 |
Update doc version switcher for 3.4/3.5.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/static/version_switch.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/static/version_switch.js b/Doc/tools/sphinxext/static/version_switch.js index cc7be1c..e5528eb 100644 --- a/Doc/tools/sphinxext/static/version_switch.js +++ b/Doc/tools/sphinxext/static/version_switch.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - '3.4': 'dev (3.4)', + '3.5': 'dev (3.5)', + '3.4': '3.4', '3.3': '3.3', '3.2': '3.2', '2.7': '2.7', |