diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f110f..a3e908d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.10.2...HEAD +[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.10.2-post1...HEAD + +## [v0.10.2-post1] - 2021-09-19 +[v0.10.2-post1]: https://github.com/fastobo/fastobo-py/compare/v0.10.2...v0.10.2-post1 +### Added +- Aarch64 wheels built from GitHub Actions and deployed to PyPI ([#245](https://github.com/fastobo/fastobo-py/issues/245)). ## [v0.10.2] - 2021-08-02 [v0.10.2]: https://github.com/fastobo/fastobo-py/compare/v0.10.1...v0.10.2 diff --git a/setup.cfg b/setup.cfg index ef96f4b..8e1a4cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fastobo -version = 0.10.2 +version = 0.10.2-post1 author = Martin Larralde author_email = martin.larralde@embl.de home_page = https://github.com/fastobo/fastobo-py