From a9567c7dab68515b477af587f5bed458ea713406 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Sun, 19 Sep 2021 11:08:57 +0200 Subject: [PATCH] Release v0.10.2-post1 --- CHANGELOG.md | 7 ++++++- setup.cfg | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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