Skip to content

Commit

Permalink
Version v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Mar 24, 2021
1 parent 69e45a4 commit 65c433c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.2
current_version = 2.2.3
commit = False
tag = False

Expand Down
3 changes: 2 additions & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion Mikado/version.py
@@ -1 +1 @@
__version__ = "2.2.2"
__version__ = "2.2.3"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 65c433c

Please sign in to comment.