Skip to content

Commit 767548e

Browse files
authored
Merge pull request #177 from casework/release-0.17.0
Release 0.17.0
2 parents c86dd91 + 63f40b9 commit 767548e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

case_utils/case_file/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
This module creates a graph object that provides a basic UCO characterization of a single file. The gathered metadata is among the more "durable" file characteristics, i.e. characteristics that would remain consistent when transferring a file between locations.
1919
"""
2020

21-
__version__ = "0.6.0"
21+
__version__ = "0.7.0"
2222

2323
import argparse
2424
import datetime

case_utils/case_sparql_construct/__init__.py

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

21-
__version__ = "0.2.6"
21+
__version__ = "0.2.7"
2222

2323
import argparse
2424
import logging

case_utils/case_sparql_select/__init__.py

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

32-
__version__ = "0.5.2"
32+
__version__ = "0.5.3"
3333

3434
import argparse
3535
import binascii

case_utils/case_validate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
details.)
3333
"""
3434

35-
__version__ = "0.5.0"
35+
__version__ = "0.6.0"
3636

3737
import argparse
3838
import logging

case_utils/inherent_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
>>> assert str(n_file_facet)[-36:] == str(n_file_facet_2)[-36:]
5858
"""
5959

60-
__version__ = "0.1.2"
60+
__version__ = "0.2.0"
6161

6262
import binascii
6363
import re

case_utils/ontology/version_info.py

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

25-
__version__ = "0.7.0"
25+
__version__ = "0.8.0"
2626

2727
__all__ = ["CURRENT_CASE_VERSION", "built_version_choices_list"]
2828

0 commit comments

Comments
 (0)