Update doc version switcher for 3.4/3.5.

This commit is contained in:
Georg Brandl 2014-03-17 07:36:45 +01:00
parent e3af6f0a88
commit b553ce1736
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
'use strict'; 'use strict';
var all_versions = { var all_versions = {
'3.4': 'dev (3.4)', '3.5': 'dev (3.5)',
'3.4': '3.4',
'3.3': '3.3', '3.3': '3.3',
'3.2': '3.2', '3.2': '3.2',
'2.7': '2.7', '2.7': '2.7',