Commit d9dc303f authored by Ned Deily's avatar Ned Deily

Make 3.7 the current dev version in the html version of the docs.

parents fd895da3 7a266af4
...@@ -2,13 +2,12 @@ ...@@ -2,13 +2,12 @@
'use strict'; 'use strict';
var all_versions = { var all_versions = {
'3.6': 'dev (3.6)', '3.7': 'dev (3.7)',
'3.6': '3.6',
'3.5': '3.5', '3.5': '3.5',
'3.4': '3.4', '3.4': '3.4',
'3.3': '3.3', '3.3': '3.3',
'3.2': '3.2',
'2.7': '2.7', '2.7': '2.7',
'2.6': '2.6'
}; };
function build_select(current_version, current_release) { function build_select(current_version, current_release) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment