We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5d10a commit 7ccc94cCopy full SHA for 7ccc94c
2 files changed
startup.py
@@ -62,7 +62,7 @@ class AliasLauncher(SoftwareLauncher):
62
63
ALIAS_API = {
64
"alias2021.3": {"min_version": "2021.3"},
65
- "alias2020.3-alias2021": {"min_version": "2020.3", "max_version": "2021.2"},
+ "alias2020.3-alias2021": {"min_version": "2020.3", "max_version": "2021.2.2"},
66
"alias2019-alias2020.2": {"min_version": "2019", "max_version": "2020.2"},
67
}
68
startup/start.py
@@ -10,7 +10,7 @@
10
11
"""
12
This file is loaded automatically by Alias at startup
13
-It sets up the Toolkit context and prepares the tk-alias2 engine.
+It sets up the Toolkit context and prepares the tk-alias engine.
14
15
16
import os
0 commit comments