From 09060d4dd08b343a9696e6f91a9d1d96990f0363 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Apr 2023 09:48:08 +0000 Subject: [PATCH] 4.14.2 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 e9f3144..b4d1790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v4.14.2 (2023-04-25) +### Fix +* Remove contrastive collate_fn ([`1811bb5`](https://github.com/siemdejong/dpat/commit/1811bb50cc63742e63563f6aa2f94259abfc0a9b)) + ## 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)) diff --git a/dpat/__init__.py b/dpat/__init__.py index 336e7e0..dec2db2 100644 --- a/dpat/__init__.py +++ b/dpat/__init__.py @@ -10,7 +10,7 @@ logging.getLogger("dpat").addHandler(logging.NullHandler()) -__version__ = "4.14.1" +__version__ = "4.14.2" def install_windows(vipsbin: str): diff --git a/pyproject.toml b/pyproject.toml index b5a00d2..9533d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dpat" -version = "4.14.1" +version = "4.14.2" authors = [ {name="Siem de Jong", email="siem.dejong@hotmail.nl"}, ]