Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed May 13, 2022
1 parent 90cbde8 commit 28c9335
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.2...master
[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.3...master


## [v0.9.3] - 2022-05-13
[v0.9.3]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.2...v0.9.3

### Changed
- `--format` flag of `gecco annotate` and `gecco run` CLI commands is now made lowercase before giving value to `Bio.SeqIO`.

### Fixed
- Genes with duplicate IDs being silently ignored in `HMMER.run`.


## [v0.9.2] - 2022-04-11
[v0.9.2]: https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1...v0.9.2
Expand Down
2 changes: 1 addition & 1 deletion gecco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__author__ = "Martin Larralde"
__license__ = "GPLv3"
__version__ = "0.9.2"
__version__ = "0.9.3"

0 comments on commit 28c9335

Please sign in to comment.