Skip to content

Commit 105fd9a

Browse files
authored
Merge pull request #126 from casework/release-0.13.0
Release 0.13.0
2 parents be65bc4 + a610904 commit 105fd9a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

case_prov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# We would appreciate acknowledgement if the software is used.
1616

17-
__version__ = "0.12.2"
17+
__version__ = "0.13.0"
1818

1919
import datetime
2020
import typing

case_prov/case_prov_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
The pySHACL command line interface is further adapted since its adaptations in `case_validate`.
2929
"""
3030

31-
__version__ = "0.1.1"
31+
__version__ = "0.2.0"
3232

3333
import argparse
3434
import importlib.resources

case_prov/case_prov_dot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# get quoted. This turns out to be a dot syntax error. Need to report
3131
# this upstream to pydot.
3232

33-
__version__ = "0.5.2"
33+
__version__ = "0.6.0"
3434

3535
import argparse
3636
import collections

case_prov/case_prov_rdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
This script executes CONSTRUCT queries and other data translation, returning a supplemental graph.
1919
"""
2020

21-
__version__ = "0.4.1"
21+
__version__ = "0.5.0"
2222

2323
import argparse
2424
import importlib.resources

0 commit comments

Comments
 (0)