From dbe648fa1b464fbfc39fb5182aeaaada7e490a29 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:10:19 +0100 Subject: [PATCH] chore: release 0.9.4 (#71) --- CHANGELOG.md | 7 +++++++ chew/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0666cd6..2aa89a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.9.4](https://www.github.com/bihealth/ngs-chew/compare/v0.9.3...v0.9.4) (2024-02-21) + + +### Bug Fixes + +* issue with truthiness of numpy array ([#70](https://www.github.com/bihealth/ngs-chew/issues/70)) ([698d2a0](https://www.github.com/bihealth/ngs-chew/commit/698d2a0064833b973d22010c052652f830bf0586)) + ### [0.9.3](https://www.github.com/bihealth/ngs-chew/compare/v0.9.2...v0.9.3) (2024-02-19) diff --git a/chew/_version.py b/chew/_version.py index c598173..e94731c 100644 --- a/chew/_version.py +++ b/chew/_version.py @@ -1 +1 @@ -__version__ = "0.9.3" +__version__ = "0.9.4"