Skip to content

Commit

Permalink
adding 3.6 to history list
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 28, 2023
1 parent a18ba22 commit 74c33e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_static/page_history.js
Expand Up @@ -4,7 +4,7 @@ function createInfo(file, newat, altnames = '') {
this.altnames = altnames;
}

var versionsArr = ['3.5', '3.4', '3.3', '3.2', '3.1', '3.0'];
var versionsArr = ['3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0'];
var unsuportedArr = ['2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0'];
var titles = [
{k: 'en', v: ['Supported versions', 'Unsupported versions']},
Expand Down

0 comments on commit 74c33e1

Please sign in to comment.