From a754571347cddb85e88dd6fe552fdcdb3333fd03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:25:50 +0000 Subject: [PATCH 1/2] chore(main): release 0.8.5 --- CHANGELOG.md | 7 +++++++ version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d056c48..6825ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.5](https://github.com/RIVM-bioinformatics/juno-typing/compare/v0.8.4...v0.8.5) (2024-11-12) + + +### Bug Fixes + +* remove biocore channel and replace blast-plus with blast ([40625dd](https://github.com/RIVM-bioinformatics/juno-typing/commit/40625dd1c904169da2c9c9eff1a350e7a43065c9)) + ## [0.8.4](https://github.com/RIVM-bioinformatics/juno-typing/compare/v0.8.3...v0.8.4) (2024-09-04) diff --git a/version.py b/version.py index 6cac0a9..9b70e7f 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ __authors__ = "Alejandra Hernández Segura and Karim Hajji" __email__ = "karim.hajji@rivm.nl" __license__ = "AGPLv3" -__version__ = "0.8.4" +__version__ = "0.8.5" __description__ = "Juno Typing has incorporates many tools to type bacteria." From da8ab9054ca59dbb849e5bebe38b82aa40e258b0 Mon Sep 17 00:00:00 2001 From: Karim Hajji <79145828+KHajji@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:27:16 +0100 Subject: [PATCH 2/2] Update version.py Change email to Roxanne's --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 9b70e7f..7be96e2 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ __package_name__ = "juno_typing" __authors__ = "Alejandra Hernández Segura and Karim Hajji" -__email__ = "karim.hajji@rivm.nl" +__email__ = "roxanne.wolthuis@rivm.nl" __license__ = "AGPLv3" -__version__ = "0.8.5" +__version__ = "0.8.6" __description__ = "Juno Typing has incorporates many tools to type bacteria."