From bb1153ea3c714f9ff36ad618af48487c13c009da Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 16 Sep 2024 19:58:39 +0000 Subject: [PATCH] 0.7.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ aipipeline/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45682aa..2a7dba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v0.7.2 (2024-09-16) + +### Fix + +* fix: correct path for config setup ([`acf25a2`](https://github.com/mbari-org/aipipeline/commit/acf25a23224c1539f2bbd81f0f245d2839905a33)) + +* fix: pass through model name and skip if no labels for graceful exit ([`ffe5e1c`](https://github.com/mbari-org/aipipeline/commit/ffe5e1c00541c70ba13b38e5292dce23315d2e03)) + ## v0.7.1 (2024-09-13) ### Fix diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index 4d19a1e..300b6c8 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.7.1" +__version__ = "0.7.2"