Skip to content

Commit

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

## [v0.3.1] - 2020-06-24
[v0.3.1]: https://github.com/althonos/orthoani/compare/v0.3.0...v0.3.1
### Fixed
- `blastn` and `makeblastdb` being called with `shell=True`, causing issues
if shell cannot be forked.
- Traceback not being displayed even with `--traceback` flag.
### Changed
- ANI values are collected using `decimal.Decimal` instead of `float`.

## [v0.3.0] - 2020-06-22
[v0.3.0]: https://github.com/althonos/orthoani/compare/v0.2.1...v0.3.0
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.0
0.3.1

0 comments on commit fb6f0b1

Please sign in to comment.