Skip to content

Commit

Permalink
Fix typo, bump owl-rl version to current latest
Browse files Browse the repository at this point in the history
fix imports for owl-rl modules, when using the new version
Bump version
  • Loading branch information
ashleysommer committed Dec 13, 2021
1 parent c15388a commit 8773c8c
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 126 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Python PEP 440 Versioning](https://www.python.org/d

- Nothing yet


## [0.17.3] - 2021-12-13

## Fixes
- Don't crash when a SHACL function is registered more than once (eg, if a function is both SPARQLFunction and JSFunction), fixes \#108, thanks Gabe Fierro
- Fixed typo in CLI help output, thanks Alex Nelson
- Don't print env vars when importing JS module, thanks MPolitze
- Fix typo preventing OWL-RL >=6.0 to be used with pySHACL, Fixes #111

## Added
- Add Snyk checks to CI/CD pipeline

## [0.17.2] - 2021-10-25

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: "Nicholas"
orcid: "http://orcid.org/0000-0002-8742-7730"
title: "pySHACL"
version: 0.17.2
version: 0.17.3
doi: 10.5281/zenodo.4750840
license: Apache-2.0
date-released: 2021-10-11
Expand Down
Loading

0 comments on commit 8773c8c

Please sign in to comment.