Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Apr 28, 2022
1 parent 0ec3646 commit c0f7696
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v1.0.1...HEAD


## [v1.0.1] - 2022-04-28
[v1.0.1]: https://github.com/althonos/pyrodigal/compare/v1.0.0...v1.0.1

### Changed
- `pyrodigal.cli` now concatenates training sequences the same way as Prodigal does.


## [v1.0.0] - 2022-04-20
Expand Down
2 changes: 1 addition & 1 deletion pyrodigal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit c0f7696

Please sign in to comment.