Skip to content

Commit 8c3dc4d

Browse files
Prepare for v2.1.8 release (#134)
2 parents 32d96e8 + bf22f46 commit 8c3dc4d

126 files changed

Lines changed: 41109 additions & 26 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/alias_api/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717
# >= v2022.2 & < v2023.0 -- use APA from folder alias2022.2
1818
# >= v2023.0 -- use APA from folder alias2023
1919
#
20-
# TODO: update the APA folder names to be more accurate
20+
# TODO: the Alias Python API, starting at version 2023.0, will have a build to match
21+
# the exact version of Alias that is running - update how we pick the python api
22+
# by specifying exact version, instead of by grouping (min/max version)
2123
#
2224
ALIAS_API = {
23-
"alias2023.0": {"min_version": "2023.0"},
25+
"alias2023.1": {"min_version": "2023.1"},
26+
"alias2023.0": {"min_version": "2023.0", "max_version": "2023.1"},
2427
"alias2022.2": {"min_version": "2022.2", "max_version": "2023.0"},
2528
"alias2021.3": {"min_version": "2021.3", "max_version": "2022.2"},
2629
"alias2020.3-alias2021": {"min_version": "2020.3", "max_version": "2021.3"},
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)