Skip to content

Commit aad9813

Browse files
authored
Merge pull request #160 from casework/release-0.16.0
Release 0.16.0
2 parents 64a16f9 + 6f13ad8 commit aad9813

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ case_sparql_select output.md input.sparql input.json [input-2.json ...]
122122

123123
### `local_uuid`
124124

125-
_Migration:_ Functionality previously in [`case_utils.local_uuid`](case_utils/local_uuid.py) has been exported to [`cdo-local-uuid`](https://github.com/Cyber-Domain-Ontology/CDO-Utility-Local-UUID). A future `case-utils` release will drop this re-export.
125+
_Migration:_ Functionality previously in [`case_utils.local_uuid`](case_utils/local_uuid.py) has been exported to [`cdo-local-uuid`](https://github.com/Cyber-Domain-Ontology/CDO-Utility-Local-UUID).
126126

127127

128128
### Built versions

case_utils/__init__.py

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

17-
__version__ = "0.15.0"
17+
__version__ = "0.16.0"

case_utils/case_validate/validate_utils.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.2.0"
17+
__version__ = "0.3.0"
1818

1919
import importlib
2020
import logging

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.6.1"
25+
__version__ = "0.7.0"
2626

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

0 commit comments

Comments
 (0)