Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 28, 2024
1 parent 8e0d3cc commit 99f1e9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyfamsa/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 99f1e9e

Please sign in to comment.