Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 26, 2020
1 parent 4774451 commit f25e350
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ 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://github.com/althonos/orthoani/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/althonos/orthoani/compare/v0.4.0...HEAD

## [v0.4.0] - 2020-06-26
[v0.4.0]: https://github.com/althonos/orthoani/compare/v0.3.2...v0.4.0
### Changed
- Entire sequences smaller than the given blocksize will be padded with *N*.
- `biopython` requirement was relaxed to `v1.73`.
### Fixed
- Code using builtin API not available in Python3.5.

## [v0.3.2] - 2020-06-24
[v0.3.2]: https://github.com/althonos/orthoani/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion orthoani/_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.4.0

0 comments on commit f25e350

Please sign in to comment.