Skip to content

Commit a327331

Browse files
committed
Make 3.7 the current dev version in the html version of the docs.
1 parent 918aa89 commit a327331

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/tools/static/version_switch.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
'use strict';
33

44
var all_versions = {
5-
'3.6': 'dev (3.6)',
5+
'3.7': 'dev (3.7)',
6+
'3.6': '3.6',
67
'3.5': '3.5',
78
'3.4': '3.4',
89
'3.3': '3.3',
9-
'3.2': '3.2',
1010
'2.7': '2.7',
11-
'2.6': '2.6'
1211
};
1312

1413
function build_select(current_version, current_release) {

0 commit comments

Comments
 (0)