From 843498fcca38220126c685905665f395c9cada43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 08:03:50 +0000 Subject: [PATCH] chore: release 0.5.4 --- CHANGELOG.md | 7 +++++++ SARS2seq/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bc74c..7262288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.4](https://www.github.com/RIVM-bioinformatics/SARS2seq/compare/v0.5.3...v0.5.4) (2022-04-08) + + +### Dependencies + +* pin pangolin version number to 4.0.2 without auto-updating ([27e30d3](https://www.github.com/RIVM-bioinformatics/SARS2seq/commit/27e30d34940d852993f616b04feae231751bf607)) + ### [0.5.3](https://www.github.com/RIVM-bioinformatics/SARS2seq/compare/v0.5.2...v0.5.3) (2022-04-05) diff --git a/SARS2seq/version.py b/SARS2seq/version.py index 43a1e95..6b27eee 100644 --- a/SARS2seq/version.py +++ b/SARS2seq/version.py @@ -1 +1 @@ -__version__ = "0.5.3" +__version__ = "0.5.4"