Doc - Update python versions

This commit is contained in:
Anthony MOI
2020-10-21 19:13:12 -04:00
committed by Anthony MOI
parent bd84240a20
commit 57391e0170
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@ const languages = [ "rust", "python", "node" ];
// Last stable version for each language
const stableVersion = {
"rust": "master",
"python": "v0.9.0",
"python": "v0.9.2",
"node": "master"
}
// Dictionary doc folder to Label for each language
@ -14,7 +14,7 @@ const versionMapping = {
},
"python": {
"master": "master",
"v0.9.0": "v0.9.0"
"v0.9.2": "v0.9.2"
},
"node": {
"master": "master",