]> granicus.if.org Git - python/commitdiff
Make 3.7 the current dev version in the html version of the docs.
authorNed Deily <nad@python.org>
Tue, 20 Sep 2016 19:00:07 +0000 (15:00 -0400)
committerNed Deily <nad@python.org>
Tue, 20 Sep 2016 19:00:07 +0000 (15:00 -0400)
Doc/tools/static/version_switch.js

index 7289a4d01ea2f6a0de6fe8760f9fea255e481e0e..8b36a61671831da80e6c5ac55d09551b725ecc1d 100644 (file)
@@ -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) {