From 8b3aa606f625965b597b446f8324207b655af4ef Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 26 Jan 2024 15:46:05 -0500 Subject: [PATCH] Bump case-utils adoption to 0.16.0 No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- README.md | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 976e8b0..cd0700c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.cfg b/setup.cfg index af8fba4..2f89e27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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