Skip to content

Commit

Permalink
Merge pull request #160 from casework/release-0.16.0
Browse files Browse the repository at this point in the history
Release 0.16.0
  • Loading branch information
kchason authored Jan 25, 2024
2 parents 64a16f9 + 6f13ad8 commit aad9813
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ case_sparql_select output.md input.sparql input.json [input-2.json ...]

### `local_uuid`

_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.
_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).


### Built versions
Expand Down
2 changes: 1 addition & 1 deletion case_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
#
# We would appreciate acknowledgement if the software is used.

__version__ = "0.15.0"
__version__ = "0.16.0"
2 changes: 1 addition & 1 deletion case_utils/case_validate/validate_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# We would appreciate acknowledgement if the software is used.

__version__ = "0.2.0"
__version__ = "0.3.0"

import importlib
import logging
Expand Down
2 changes: 1 addition & 1 deletion case_utils/ontology/version_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
When preparing to build a new monolithic ontology, please edit this variable to match the new respective version.
"""

__version__ = "0.6.1"
__version__ = "0.7.0"

__all__ = ["CURRENT_CASE_VERSION", "built_version_choices_list"]

Expand Down

0 comments on commit aad9813

Please sign in to comment.