From 33f6628cbbcd8fabdd88bad5a0311a5b64e7f2b1 Mon Sep 17 00:00:00 2001 From: ljyanesm Date: Mon, 12 Apr 2021 14:53:47 +0100 Subject: [PATCH] Bump version and update CHANGELOG.md --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ Mikado/version.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 047500f6..5c5b14ba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.4 +current_version = 2.2.5 commit = False tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc7e4e0..05394eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 2.2.5 + +Fixes class2 for the Daijin pipeline and removes a noisy print in BED12 parsing + +Fix [#401](https://github.com/EI-CoreBioinformatics/mikado/issues/401): Cannot run Class2 in Daijin pipeline + # Version 2.2.4 Fix the Github Action tests, moving to use only Python 3.7+ (due to AsyncIO), and updated the documentation. diff --git a/Mikado/version.py b/Mikado/version.py index 62fa04d7..f1e49f68 100644 --- a/Mikado/version.py +++ b/Mikado/version.py @@ -1 +1 @@ -__version__ = "2.2.4" +__version__ = "2.2.5" diff --git a/setup.py b/setup.py index 9f829fa8..81fdb238 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( name="Mikado", python_requires=">3.6", - version="2.2.4", + version="2.2.5", 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",