From 65c433c74daf9f95207af04cbacf299a19a74bb4 Mon Sep 17 00:00:00 2001 From: Luca Venturini Date: Wed, 24 Mar 2021 18:59:10 +0000 Subject: [PATCH] Version v2.2.3 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 3 ++- Mikado/version.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4bbf0f94c..c73055fec 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.2 +current_version = 2.2.3 commit = False tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index fe95db3f8..79546be19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Version 2.2.3 Testing Mikado also on OSX, and adding OSX to the supported OSes in Conda. -Fix [#392](https://github.com/EI-CoreBioinformatics/mikado/issues/392): + +Fix [#392](https://github.com/EI-CoreBioinformatics/mikado/issues/392): Mikado was having trouble with pipes in the sequence IDs (either present in the first place or added by NCBI+ when using `makeblastdb -parse_seqids`). # Version 2.2.2 diff --git a/Mikado/version.py b/Mikado/version.py index ba51cedfc..f394e699a 100644 --- a/Mikado/version.py +++ b/Mikado/version.py @@ -1 +1 @@ -__version__ = "2.2.2" +__version__ = "2.2.3" diff --git a/setup.py b/setup.py index 9bce3a74c..e8a3673ef 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ setup( name="Mikado", python_requires=">=3.6", - version="2.2.2", + version="2.2.3", description="A Python3 annotation program to select the best gene model in each locus", long_description=long_description, url="https://github.com/EI-CoreBioinformatics/mikado",