forked from usnistgov/CASE-Utilities-Python
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CASE ontology pointer to version 1.2.0 (prerelease state)
This patch, normally a brief edit of `version_info.py`, also makes path updates to the virtual environments that were enacted as part of UCO Issue 449. Test updates made for UCO Issue 508 are also forward-ported. A follow-on patch will regenerate Make-managed files. References: * ucoProject/UCO#449 * ucoProject/UCO#508 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
- Loading branch information
1 parent
1e95e4e
commit d297361
Showing
4 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule CASE
updated
19 files
+1 −1 | .gitignore | |
+11 −0 | CONTRIBUTE.md | |
+44 −3 | Makefile | |
+1 −1 | dependencies/UCO | |
+0 −0 | etc/dependency_files.tsv | |
+2 −0 | etc/domain_directories.tsv | |
+21 −1 | ontology/Makefile | |
+31 −3 | ontology/investigation/Makefile | |
+15 −0 | ontology/investigation/catalog-v001.xml | |
+9 −9 | ontology/investigation/investigation.ttl | |
+29 −3 | ontology/master/Makefile | |
+10 −10 | ontology/master/case.ttl | |
+26 −0 | ontology/master/catalog-v001.xml | |
+31 −3 | ontology/vocabulary/Makefile | |
+4 −0 | ontology/vocabulary/catalog-v001.xml | |
+3 −3 | ontology/vocabulary/vocabulary.ttl | |
+0 −1 | tests/.gitignore | |
+11 −38 | tests/Makefile | |
+4 −4 | tests/examples/Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters