From 99f1e9e521af7cb766d9a65414be246773f556e4 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 28 Aug 2024 23:42:35 +0200 Subject: [PATCH] Release v0.5.1 --- CHANGELOG.md | 9 ++++++++- docs/_static/json/switcher.json | 4 ++-- pyfamsa/_version.py | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7580628..8cf2938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/althonos/pyfamsa/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/althonos/pyfamsa/compare/v0.5.1...HEAD + + +## [v0.5.1] - 2024-08-28 +[v0.5.1]: https://github.com/althonos/pyfamsa/compare/v0.5.0...v0.5.1 + +### Fixed +- Unit tests failing on missing on missing optional `importlib-resources` dependency. ## [v0.5.0] - 2024-08-28 diff --git a/docs/_static/json/switcher.json b/docs/_static/json/switcher.json index 14b710e..38ce498 100644 --- a/docs/_static/json/switcher.json +++ b/docs/_static/json/switcher.json @@ -1,8 +1,8 @@ [ { "name": "v0.5 (latest)", - "version": "0.5.0", - "url": "https://pyfamsa.readthedocs.io/en/v0.5.0/" + "version": "0.5.1", + "url": "https://pyfamsa.readthedocs.io/en/v0.5.1/" }, { "name": "v0.4", diff --git a/pyfamsa/_version.py b/pyfamsa/_version.py index 3d18726..dd9b22c 100644 --- a/pyfamsa/_version.py +++ b/pyfamsa/_version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1"