From 3cf2a7e0e76c85eb4377f330d087decd21259d37 Mon Sep 17 00:00:00 2001 From: ids-bioinformatics <81251468+ids-bioinformatics@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:09:36 +0100 Subject: [PATCH] chore(main): release 1.0.4 --- CHANGELOG.md | 14 ++++++++++++++ ViroConstrictor/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5396f0a..b008ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.4](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.0.3...v1.0.4) (2022-11-01) + + +### Bug Fixes + +* cleanly exit vcf_to_tsv.py script when vcf is empty after filtering ([037467b](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/037467b5fa213cffdc45b1f04bd71d83f4a358b9)) +* replace bcftools with python script to avoid bcftools shared libraries error ([eefaead](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/eefaeadb07008d00412aafac36579ae3bd30ffaf)) + + +### Dependencies + +* remove bcftools as a dependency ([eefaead](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/eefaeadb07008d00412aafac36579ae3bd30ffaf)) +* remove the entire Mutations environment as it is no longer necessary ([eefaead](https://github.com/RIVM-bioinformatics/ViroConstrictor/commit/eefaeadb07008d00412aafac36579ae3bd30ffaf)) + ## [1.0.3](https://github.com/RIVM-bioinformatics/ViroConstrictor/compare/v1.0.2...v1.0.3) (2022-10-12) diff --git a/ViroConstrictor/__init__.py b/ViroConstrictor/__init__.py index d0b284c..9c95f6b 100644 --- a/ViroConstrictor/__init__.py +++ b/ViroConstrictor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.0.3" +__version__ = "1.0.4" __prog__ = "ViroConstrictor"