Skip to content

Commit

Permalink
Release v2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 14, 2024
1 parent caa7e0c commit 3c086a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/althonos/pronto/compare/v2.5.7...HEAD
[Unreleased]: https://github.com/althonos/pronto/compare/v2.5.8...HEAD

## [v2.5.8] - 2024-09-14
[v2.5.8]: https://github.com/althonos/pronto/compare/v2.5.7...v2.5.8
### Fixed
- Extraction of implicit string annotation in RDF/XML files ([#231](https://github.com/althonos/pronto/issues/231)).
- RDF/XML parser crash on `oboInOwl:SynonymTypeProperty` when missing a scope ([#230](https://github.com/althonos/pronto/issues/230)).
### Changed
- Migrate documentation to PyData theme.

## [v2.5.7] - 2024-04-24
[v2.5.7]: https://github.com/althonos/pronto/compare/v2.5.6...v2.5.7
Expand Down
4 changes: 2 additions & 2 deletions docs/source/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"name": "v2.5 (stable)",
"version": "2.5.7",
"url": "https://pronto.readthedocs.io/en/v2.5.7/"
"version": "2.5.8",
"url": "https://pronto.readthedocs.io/en/v2.5.8/"
},
{
"name": "v2.4",
Expand Down
2 changes: 1 addition & 1 deletion pronto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "2.5.7"
__version__ = "2.5.8"

# Update the docstring with a link to the right version of the documentation
# instead of the latest.
Expand Down

0 comments on commit 3c086a7

Please sign in to comment.