diff --git a/CHANGELOG.md b/CHANGELOG.md index b485b8b..547d108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.6](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.4.5...v1.4.6) (2024-10-08) + + +### Bug Fixes + +* properly solve DAG workflow for nonsegmented matched-ref samples ([02a821a](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/02a821a44c3ed3741c65825789ef25ad3e2093c1)) + ## [1.4.5](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.4.4...v1.4.5) (2024-09-25) diff --git a/CITATION.cff b/CITATION.cff index b0ab20b..43176da 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.5 #x-release-please-version +version: 1.4.6 #x-release-please-version doi: 10.5281/zenodo.7688035 identifiers: - type: doi diff --git a/ViroConstrictor/__init__.py b/ViroConstrictor/__init__.py index e6ac66f..d6ad981 100644 --- a/ViroConstrictor/__init__.py +++ b/ViroConstrictor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.4.5" +__version__ = "1.4.6" __prog__ = "ViroConstrictor"