From ae0ec18951041542fe3c3f4f539be2d711e6f022 Mon Sep 17 00:00:00 2001 From: ids-bioinformatics <81251468+ids-bioinformatics@users.noreply.github.com> Date: Tue, 6 Dec 2022 12:22:32 +0100 Subject: [PATCH] chore(main): release 0.2.1 --- AminoExtract/__init__.py | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/AminoExtract/__init__.py b/AminoExtract/__init__.py index 1dbdecf..0214345 100644 --- a/AminoExtract/__init__.py +++ b/AminoExtract/__init__.py @@ -1,7 +1,7 @@ import contextlib __prog__ = "AminoExtract" -__version__ = "0.2.0" +__version__ = "0.2.1" # use contextlib to suppress the ImportError # This may occur when this file is imported in setup.py as dependencies are not yet installed diff --git a/CHANGELOG.md b/CHANGELOG.md index cfffeef..083f2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/RIVM-bioinformatics/AminoExtract/compare/v0.2.0...v0.2.1) (2022-12-06) + + +### Bug Fixes + +* replace gaps in nucleotide-seq with "N" characters to ensure valid translation when `--keep-gaps` flag is given. (forces ambigious AA call) ([bf4ed5f](https://github.com/RIVM-bioinformatics/AminoExtract/commit/bf4ed5f1492bfc357fe3d64c175c2f7a55e595ee)) + ## [0.2.0](https://github.com/RIVM-bioinformatics/AminoExtract/compare/v0.1.0...v0.2.0) (2022-12-05)