From 49efda56ddc4716907d1865a578c7a56d0f7d8ed Mon Sep 17 00:00:00 2001 From: zhuchcn Date: Thu, 9 Feb 2023 04:01:29 +0800 Subject: [PATCH] doc (moPepGen): version bump to 0.11.3 --- CHANGELOG.md | 6 ++++++ moPepGen/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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'