Skip to content

Commit

Permalink
Merge pull request #54 from casework/release-0.11.0
Browse files Browse the repository at this point in the history
Release 0.11.0
  • Loading branch information
ajnelson-nist authored Jan 26, 2024
2 parents 852b94b + 8cacbc5 commit 100a1f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ This project follows [SEMVER 2.0.0](https://semver.org/) where versions are decl

This repository supports the CASE and UCO ontology versions that are distributed with the [CASE-Utilities-Python repository](https://github.com/casework/CASE-Utilities-Python), at the newest version below a ceiling-pin in [setup.cfg](setup.cfg). Currently, those ontology versions are:

* CASE 1.2.0
* UCO 1.2.0
* CASE 1.3.0
* UCO 1.3.0


## Repository locations
Expand Down
2 changes: 1 addition & 1 deletion case_exiftool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This tool parses the RDF output of ExifTool, mapping it into UCO properties and relationships-of-assumption. An analyst should later annotate the output with their beliefs on its verity.
"""

__version__ = "0.10.0"
__version__ = "0.11.0"

import argparse
import contextlib
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers =

[options]
install_requires =
case_utils >= 0.15.0, < 0.16.0
case_utils >= 0.16.0, < 0.17.0
python-dateutil
packages = find:
python_requires = >=3.9
Expand Down

0 comments on commit 100a1f3

Please sign in to comment.