Skip to content

Commit

Permalink
Bump version and update CHANGELOG.md - 2.2.5 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed May 25, 2021
1 parent 8c0c32c commit ab4d0c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.5
current_version = 2.3.0
commit = False
tag = False

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# Version 2.3.0

Fix [#404](https://github.com/EI-CoreBioinformatics/mikado/issues/404): Error in extract_promoter_regions.py helper script

Fix [#405](https://github.com/EI-CoreBioinformatics/mikado/issues/405): Error in remove_utrs.py helper script

Also fixes a name clashing issue in daijin's configuration object and other small bugs

# Version 2.2.5

Fixes class2 for the Daijin pipeline and removes a noisy print in BED12 parsing
Expand Down
2 changes: 1 addition & 1 deletion Mikado/version.py
@@ -1 +1 @@
__version__ = "2.2.5"
__version__ = "2.3.0"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@
setup(
name="Mikado",
python_requires=">3.6",
version="2.2.5",
version="2.3.0",
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 ab4d0c1

Please sign in to comment.