From 2e788c2b96e014eb9e800d59774347a27b90745e Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Apr 2023 18:59:53 +0000 Subject: [PATCH] 4.14.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ dpat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b72b8..e9f3144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v4.14.1 (2023-04-24) +### Fix +* Don't try to open augmented set if not exists ([`bf33e12`](https://github.com/siemdejong/dpat/commit/bf33e12ca961276f765c6f092f242c5bd919154c)) + ## v4.14.0 (2023-04-24) ### Feature * Do data augmentation in feature space ([`2d0fa05`](https://github.com/siemdejong/dpat/commit/2d0fa058f510ddc0eade62446d9f0a52803c717d)) diff --git a/dpat/__init__.py b/dpat/__init__.py index 6087b64..336e7e0 100644 --- a/dpat/__init__.py +++ b/dpat/__init__.py @@ -10,7 +10,7 @@ logging.getLogger("dpat").addHandler(logging.NullHandler()) -__version__ = "4.14.0" +__version__ = "4.14.1" def install_windows(vipsbin: str): diff --git a/pyproject.toml b/pyproject.toml index 2970ac5..b5a00d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dpat" -version = "4.14.0" +version = "4.14.1" authors = [ {name="Siem de Jong", email="siem.dejong@hotmail.nl"}, ]