Skip to content

Commit

Permalink
Merge pull request #154 from casework/release-0.15.0
Browse files Browse the repository at this point in the history
Release 0.15.0
  • Loading branch information
kchason authored Jan 10, 2024
2 parents 91bae5e + 5cd31f4 commit a312046
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.14.1.post0"
__version__ = "0.15.0"
2 changes: 1 addition & 1 deletion case_utils/case_file/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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.
"""

__version__ = "0.5.1"
__version__ = "0.6.0"

import argparse
import datetime
Expand Down
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.1.0"
__version__ = "0.2.0"

import importlib
import logging
Expand Down
2 changes: 1 addition & 1 deletion case_utils/inherent_uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
>>> assert str(n_file_facet)[-36:] == str(n_file_facet_2)[-36:]
"""

__version__ = "0.1.1"
__version__ = "0.1.2"

import binascii
import re
Expand Down
2 changes: 1 addition & 1 deletion case_utils/local_uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
This library was a wrapper for uuid, provided to generate repeatable UUIDs if requested. It is now a temporary re-export of functionality migrated to cdo_local_uuid.
"""

__version__ = "0.4.1"
__version__ = "0.5.0"

__all__ = ["configure", "local_uuid"]

Expand Down

0 comments on commit a312046

Please sign in to comment.