Skip to content

Commit

Permalink
Bump version and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed Apr 12, 2021
1 parent e641cf9 commit 33f6628
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.4
current_version = 2.2.5
commit = False
tag = False

Expand Down
6 changes: 6 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion Mikado/version.py
@@ -1 +1 @@
__version__ = "2.2.4"
__version__ = "2.2.5"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 33f6628

Please sign in to comment.