Skip to content

Commit 9aaa8f8

Browse files
committed
Update CASE ontology pointer to version 1.1.0 prerelease
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
1 parent fc56edf commit 9aaa8f8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

case_utils/ontology/version_info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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 = "1.0.0"
27+
CURRENT_CASE_VERSION: str = "1.1.0"
2828

2929
# Tested with CI to match set of ontology files available.
3030
built_version_choices_list = [
@@ -33,6 +33,7 @@
3333
"case-0.6.0",
3434
"case-0.7.0",
3535
"case-0.7.1",
36+
"case-1.0.0",
3637
"case-" + CURRENT_CASE_VERSION,
3738
]
3839

tests/case_utils/case_validate/uco_test_examples/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ validation_ttls := \
3333
co_XFAIL_validation.ttl \
3434
configuration_setting_PASS_validation.ttl \
3535
configuration_setting_XFAIL_validation.ttl \
36+
database_records_PASS_validation.ttl \
37+
database_records_XFAIL_validation.ttl \
3638
has_facet_inverse_functional_PASS_validation.ttl \
3739
has_facet_inverse_functional_XFAIL_validation.ttl \
3840
hash_PASS_validation.ttl \

0 commit comments

Comments
 (0)