From 69021e33f98de660a822c31d995d9bc8c924560d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:32:01 +0000 Subject: [PATCH] chore: release 0.10.0 Automatically generated by python-semantic-release [skip ci] --- CHANGELOG.md | 3 ++- src/oaipmh_scythe/__about__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd40773..1e48484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. -## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.9.0...main) +## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.10.0...main) ## [0.9.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.8.0...0.9.0) (2023-11-18) @@ -28,6 +28,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - rename api docs page to client ([`cf77d57`](https://github.com/afuetterer/oaipmh-scythe/commit/cf77d5757e1a8a4ddfecb3c22fba01dfddf3bd79)) - change breaking changes heading (#138) ([`69a8572`](https://github.com/afuetterer/oaipmh-scythe/commit/69a8572345a2f582ad6ec01a434df5dfc327f037)) + ## [0.8.0](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.0...0.8.0) (2023-11-16) Note: Rename project to oaipmh-scythe when forking it from [mloesch/sickle](https://github.com/mloesch/sickle) to diff --git a/src/oaipmh_scythe/__about__.py b/src/oaipmh_scythe/__about__.py index 3e2f46a..61fb31c 100644 --- a/src/oaipmh_scythe/__about__.py +++ b/src/oaipmh_scythe/__about__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.10.0"