Skip to content

Commit

Permalink
Merge pull request #64 from casework/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
ajnelson-nist authored Jan 26, 2024
2 parents b65de88 + 988ccc3 commit 4efd5aa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -47,8 +47,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 its submodule-tracked state [here](dependencies/CASE-Utilities-Python). 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_gnu_time/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This library parses the output of GNU Time into a UCO Process graph node.
"""

__version__ = "0.12.0"
__version__ = "0.13.0"

import argparse
import datetime
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 4efd5aa

Please sign in to comment.