From aa5d86999291385b240fa07dbb54520ff5d5d3f2 Mon Sep 17 00:00:00 2001 From: ids-bioinformatics <81251468+ids-bioinformatics@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:57:05 +0200 Subject: [PATCH] chore(main): release 1.4.4 --- CHANGELOG.md | 12 ++++++++++++ CITATION.cff | 2 +- ViroConstrictor/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b84fc..206780e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.4](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.4.3...v1.4.4) (2024-09-16) + + +### Bug Fixes + +* remove `intel` channel from selfupdater repositories ([43fe508](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/43fe50812ecb90d693892735431c3fe725159e50)) + + +### Dependencies + +* reorder and add details to the conda dependency files for compatibility with strict_channel_priority in conda config ([dc9b993](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/dc9b993fecb3d8840de72cebe82061692ce47269)) + ## [1.4.3](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.4.2...v1.4.3) (2024-07-03) diff --git a/CITATION.cff b/CITATION.cff index b91ccf7..8a59bdb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,7 +24,7 @@ authors: National Institute for Public Health and the Environment (RIVM) - name: "The RIVM-IDS Bioinformatics team" -version: 1.4.3 #x-release-please-version +version: 1.4.4 #x-release-please-version doi: 10.5281/zenodo.7688035 identifiers: - type: doi diff --git a/ViroConstrictor/__init__.py b/ViroConstrictor/__init__.py index 6888fc4..f46ceb7 100644 --- a/ViroConstrictor/__init__.py +++ b/ViroConstrictor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.4.3" +__version__ = "1.4.4" __prog__ = "ViroConstrictor"