Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed May 13, 2022
1 parent 5fee93d commit d0d48f7
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.1...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v1.0.2...HEAD


## [v1.0.2] - 2022-05-13
[v1.0.2]: https://github.com/althonos/pyrodigal/compare/v1.0.1...v1.0.2

### Fixed
- Detection of Arm64 platform in `setup.py` ([#16](https://github.com/althonos/pyrodigal/issues/16)).


## [v1.0.1] - 2022-04-28
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.1"
__version__ = "1.0.2"

0 comments on commit d0d48f7

Please sign in to comment.