diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5a5f75..ef5ff29e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.11.3] - 2023-2-9 + +### Fixed + +- `filterFasta` failed with the new noncoding peptide FASTA header. #675 + ## [0.11.2] - 2023-2-3 ### Fixed diff --git a/moPepGen/__init__.py b/moPepGen/__init__.py index 051072f5..9b02fc10 100644 --- a/moPepGen/__init__.py +++ b/moPepGen/__init__.py @@ -5,7 +5,7 @@ from typing import Iterable, IO -__version__ = '0.11.2' +__version__ = '0.11.3' ## Error messages ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'