Skip to content

Commit dc43c98

Browse files
authored
Merge pull request #128 from casework/bump_case_utils
Bump `case-utils` adoption to 0.17.0 and add badges to README
2 parents 105fd9a + 4ad66d0 commit dc43c98

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CASE Implementation: PROV-O
22

3+
[![Continuous Integration](https://github.com/casework/CASE-Implementation-PROV-O/actions/workflows/cicd.yml/badge.svg)](https://github.com/casework/CASE-Implementation-PROV-O/actions/workflows/cicd.yml)
4+
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.4.0-green)
5+
36
This repository maps [CASE](https://caseontology.org/) to [W3C PROV-O](https://www.w3.org/TR/prov-o/) and [OWL-Time](https://www.w3.org/TR/owl-time/), and provides a provenance review mechanism. Note that contrary to other CASE implementations, this maps CASE out to another data model, instead of mapping another data model or tool into CASE.
47

58

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license_files =
1919
[options]
2020
include_package_data = true
2121
install_requires =
22-
case_utils >=0.16.0,< 0.17.0
22+
case_utils >=0.17.0,< 0.18.0
2323
prov
2424
pydot >= 4.0.0
2525
pyshacl >= 0.27.0

0 commit comments

Comments
 (0)