Skip to content

Commit

Permalink
Release v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 17, 2023
1 parent 6fb32db commit 9e11c06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.4...HEAD
[Unreleased]: https://github.com/althonos/pronto/compare/v2.5.5...HEAD

## [v2.5.5] - 2023-08-17
[v2.5.5]: https://github.com/althonos/pronto/compare/v2.5.4...v2.5.5
### Fixed
- `replaced_by` and `consider` attributes not being extracted from RDF/XML documents on missing RDF datatype ([#209](https://github.com/althonos/pronto/issues/209)).
- Hard requirement on `multiprocessing.pool` preventing the package to work single-threaded on more restrictive environments ([#208](https://github.com/althonos/pronto/pull/208)).

## [v2.5.4] - 2023-04-10
[v2.5.4]: https://github.com/althonos/pronto/compare/v2.5.3...v2.5.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.4"
__version__ = "2.5.5"

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

0 comments on commit 9e11c06

Please sign in to comment.