From 8d794ee4258c6f582ce0c471287b65ad258e74d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:29:34 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 7 +++++++ version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b21cfc..ee3fcb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/RIVM-bioinformatics/apollo-mapping/compare/v0.3.0...v0.4.0) (2023-10-19) + + +### Features + +* allow running on cauris project ([9eb3e75](https://github.com/RIVM-bioinformatics/apollo-mapping/commit/9eb3e7549bf974a923ac2a55219bf89c66f575c6)) + ## [0.3.0](https://github.com/RIVM-bioinformatics/apollo-mapping/compare/v0.2.2...v0.3.0) (2023-10-18) diff --git a/version.py b/version.py index e58359e..eb72898 100644 --- a/version.py +++ b/version.py @@ -2,7 +2,7 @@ __authors__ = "Roxanne Wolthuis, Boas van der Putten" __email__ = "roxanne.wolthuis@rivm.nl;boas.van.der.putten@rivm.nl" __license__ = "AGPLv3" -__version__ = "0.3.0" +__version__ = "0.4.0" __description__ = ( "Apollo mapping pipeline, intended for reference mapping analysis of fungal genomes" )