]> granicus.if.org Git - python/commitdiff
Update doc version switcher for 3.4/3.5.
authorGeorg Brandl <georg@python.org>
Mon, 17 Mar 2014 06:36:45 +0000 (07:36 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 17 Mar 2014 06:36:45 +0000 (07:36 +0100)
Doc/tools/sphinxext/static/version_switch.js

index cc7be1c539d22668eccdff37894417b28ba899cf..e5528ebcef01f477638619d2e6d824ca3ca3da6e 100644 (file)
@@ -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',