From 96c1a7193d92ef642c76eea7429a215c4335a369 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:33:16 +0100 Subject: [PATCH] chore: release 0.9.1 (#59) --- CHANGELOG.md | 7 +++++++ chew/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9fff8a..e44f862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.9.1](https://www.github.com/bihealth/ngs-chew/compare/v0.9.0...v0.9.1) (2024-01-10) + + +### Bug Fixes + +* remove versioneer (Python 3.12+) ([#58](https://www.github.com/bihealth/ngs-chew/issues/58)) ([0b3876e](https://www.github.com/bihealth/ngs-chew/commit/0b3876e598207ee992ea2cec311353e86a08fef2)) + ## [0.9.0](https://www.github.com/bihealth/ngs-chew/compare/v0.8.1...v0.9.0) (2024-01-09) diff --git a/chew/_version.py b/chew/_version.py index 3e2f46a..d69d16e 100644 --- a/chew/_version.py +++ b/chew/_version.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.9.1"