Skip to content

Commit 5259490

Browse files
authored
Merge pull request #107 from casework/release-0.10.0
Release 0.10.0
2 parents 646e978 + 3deb63d commit 5259490

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

case_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
#
1212
# We would appreciate acknowledgement if the software is used.
1313

14-
__version__ = "0.9.0"
14+
__version__ = "0.10.0"
1515

1616
from . import local_uuid # noqa: F401

case_utils/case_sparql_construct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
This script executes a SPARQL CONSTRUCT query, returning a graph of the generated triples.
1616
"""
1717

18-
__version__ = "0.2.4"
18+
__version__ = "0.2.5"
1919

2020
import argparse
2121
import logging

case_utils/case_sparql_select/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Should a more complex query be necessary, an outer, wrapping SELECT query would let this script continue to function.
2727
"""
2828

29-
__version__ = "0.5.0"
29+
__version__ = "0.5.1"
3030

3131
import argparse
3232
import binascii

case_utils/local_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
This library is a wrapper for uuid, provided to generate repeatable UUIDs if requested.
1616
"""
1717

18-
__version__ = "0.3.1"
18+
__version__ = "0.3.2"
1919

2020
import logging
2121
import os

case_utils/ontology/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
When preparing to build a new monolithic ontology, please edit this variable to match the new respective version.
2020
"""
2121

22-
__version__ = "0.5.0"
22+
__version__ = "0.6.0"
2323

2424
__all__ = ["CURRENT_CASE_VERSION", "built_version_choices_list"]
2525

0 commit comments

Comments
 (0)