Skip to content

Commit

Permalink
Bumped version and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Apr 6, 2021
1 parent 67c7638 commit b0d1edc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.3
current_version = 2.2.4
commit = False
tag = False

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 2.2.4

Fix the Github Action tests, moving to use only Python 3.7+ (due to AsyncIO), and updated the documentation.

Fix [#385](https://github.com/EI-CoreBioinformatics/mikado/issues/385): clarified and corrected the tutorial for Daijin.
Fix [#389](https://github.com/EI-CoreBioinformatics/mikado/issues/389): Mikado now can theoretically output BED12 files from Mikado prepare. This is still
Fix [#395](https://github.com/EI-CoreBioinformatics/mikado/issues/395): corrected an issue in mikado prepare that left models with incorrect proteins in the input annotations. This caused mikado pick to crash during the padding procedure.
Fix [#396](https://github.com/EI-CoreBioinformatics/mikado/issues/396): corrected and clarified the errors related to missing configuration files (e.g. incorrect scoring files being provided).
Fix [#397](https://github.com/EI-CoreBioinformatics/mikado/issues/397): corrected a small bug in mikado prepare, when providing the input files through the CLI rather than through the configuration file.

# Version 2.2.3

Testing Mikado also on OSX, and adding OSX to the supported OSes in Conda.
Expand Down
2 changes: 1 addition & 1 deletion Mikado/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.3"
__version__ = "2.2.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
setup(
name="Mikado",
python_requires=">3.6",
version="2.2.3",
version="2.2.4",
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 b0d1edc

Please sign in to comment.