From 06c97e44cab8f34772a2816bdd05dcf783533e33 Mon Sep 17 00:00:00 2001 From: ids-bioinformatics <81251468+ids-bioinformatics@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:22:57 +0100 Subject: [PATCH] chore(main): release 1.2.4 --- CHANGELOG.md | 7 +++++++ CITATION.cff | 2 +- ViroConstrictor/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea9b20..3816b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.4](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.2.3...v1.2.4) (2023-03-02) + + +### Dependencies + +* use conda for installing aminoextract instead of pip ([1855470](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/1855470c2ead4510e785ec0f81526259281fe73a)) + ## [1.2.3](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.2.2...v1.2.3) (2023-03-01) diff --git a/CITATION.cff b/CITATION.cff index e5f45e3..022012f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,7 +22,7 @@ authors: National Institute for Public Health and the Environment (RIVM) - name: "The RIVM-IDS Bioinformatics team" -version: 1.2.3 #x-release-please-version +version: 1.2.4 #x-release-please-version doi: 10.5281/zenodo.7688035 identifiers: - type: doi diff --git a/ViroConstrictor/__init__.py b/ViroConstrictor/__init__.py index 7ab4eb4..1505f26 100644 --- a/ViroConstrictor/__init__.py +++ b/ViroConstrictor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.2.3" +__version__ = "1.2.4" __prog__ = "ViroConstrictor"