Skip to content

Commit bf9b2ab

Browse files
committed
Update CASE ontology pointer to version 0.7.1
References: * [ONT-410] Release CASE 0.7.1 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent dab39b0 commit bf9b2ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

case_utils/ontology/version_info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@
2424
__all__ = ["CURRENT_CASE_VERSION", "built_version_choices_list"]
2525

2626
# Tested with CI to match versionInfo of <https://ontology.caseontology.org/case/case>.
27-
CURRENT_CASE_VERSION: str = "0.7.0"
27+
CURRENT_CASE_VERSION: str = "0.7.1"
2828

2929
# Tested with CI to match set of ontology files available.
3030
built_version_choices_list = [
3131
"none",
3232
"case-0.5.0",
3333
"case-0.6.0",
34+
"case-0.7.0",
3435
"case-" + CURRENT_CASE_VERSION,
3536
]
3637

0 commit comments

Comments
 (0)