diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e648eb..6fb86ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.1...main) +## [Unreleased](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.2...main) + +## [0.7.2](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.1...0.7.2) (2023-10-26) + +### Fix + +* fix: ci ([`d925d72`](https://github.com/afuetterer/oaipmh-scythe/commit/d925d7284b7d0a94d941d3389b2714159ae523d8)) ## [0.7.1](https://github.com/afuetterer/oaipmh-scythe/compare/0.7.0...0.7.1) (2023-10-26) diff --git a/src/oaipmh_scythe/__init__.py b/src/oaipmh_scythe/__init__.py index 244dd4f..0ae1438 100644 --- a/src/oaipmh_scythe/__init__.py +++ b/src/oaipmh_scythe/__init__.py @@ -12,4 +12,4 @@ "OAIResponse", ] -__version__ = "0.7.1" +__version__ = "0.7.2"