From 909a97aafd085b42f5865491441d746de93af1b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:36:17 +0000 Subject: [PATCH] chore(main): release 0.3.2 --- CHANGELOG.md | 8 ++++++++ version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee808d..0482556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.2](https://github.com/RIVM-bioinformatics/juno-mapping/compare/v0.3.1...v0.3.2) (2024-03-27) + + +### Bug Fixes + +* default mtb ref path ([a899e93](https://github.com/RIVM-bioinformatics/juno-mapping/commit/a899e93d5fcc7fdc61f891b6c5595d9872d866bc)) +* set hpc resource config ([a2e64a3](https://github.com/RIVM-bioinformatics/juno-mapping/commit/a2e64a341dc3de220ee884e75e494d5b9a699678)) + ## [0.3.1](https://github.com/RIVM-bioinformatics/juno-mapping/compare/v0.3.0...v0.3.1) (2024-02-07) diff --git a/version.py b/version.py index 66fdede..7ba8bd3 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ __authors__ = "Boas van der Putten" __email__ = "ids-bioinformatics@rivm.nl" __license__ = "AGPLv3" -__version__ = "0.3.1" +__version__ = "0.3.2" __description__ = "Juno-mapping pipeline for reference mapping of bacterial genomes"