Skip to content

Commit 7ccc94c

Browse files
[SHOT-3711] Added path releases for 2021.2.1 and 2021.2.2 in startup.py. (#64)
Typo in start.py
1 parent fa5d10a commit 7ccc94c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class AliasLauncher(SoftwareLauncher):
6262

6363
ALIAS_API = {
6464
"alias2021.3": {"min_version": "2021.3"},
65-
"alias2020.3-alias2021": {"min_version": "2020.3", "max_version": "2021.2"},
65+
"alias2020.3-alias2021": {"min_version": "2020.3", "max_version": "2021.2.2"},
6666
"alias2019-alias2020.2": {"min_version": "2019", "max_version": "2020.2"},
6767
}
6868

startup/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
"""
1212
This file is loaded automatically by Alias at startup
13-
It sets up the Toolkit context and prepares the tk-alias2 engine.
13+
It sets up the Toolkit context and prepares the tk-alias engine.
1414
"""
1515

1616
import os

0 commit comments

Comments
 (0)