From ad549291e2bda592a9f20cbe1e7f960c0a8dcd56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 11:42:39 +0000 Subject: [PATCH] chore: release 0.6.0 --- CHANGELOG.md | 12 ++++++++++++ SARS2seq/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7262288..fa559f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://www.github.com/RIVM-bioinformatics/SARS2seq/compare/v0.5.4...v0.6.0) (2022-04-26) + + +### Features + +* Update TrueConsense to 0.5.0 ([972c08a](https://www.github.com/RIVM-bioinformatics/SARS2seq/commit/972c08a3fd88e8ade9c6095ec84b3645306dcf05)) + + +### Bug Fixes + +* Update Ampligone to 1.0.1 ([cce0e31](https://www.github.com/RIVM-bioinformatics/SARS2seq/commit/cce0e31fa8b5a82a368936c526d2935d58620af6)) + ### [0.5.4](https://www.github.com/RIVM-bioinformatics/SARS2seq/compare/v0.5.3...v0.5.4) (2022-04-08) diff --git a/SARS2seq/version.py b/SARS2seq/version.py index 6b27eee..906d362 100644 --- a/SARS2seq/version.py +++ b/SARS2seq/version.py @@ -1 +1 @@ -__version__ = "0.5.4" +__version__ = "0.6.0"