Skip to content

Commit

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

## [v2.5.4] - 2023-04-10
[v2.5.4]: https://github.com/althonos/pronto/compare/v2.5.3...v2.5.4
### Fixed
- `Entity.synonyms` setter not accepting `frozenset` arguments as expected (#207).
### Changed
- Bump supported `networkx` version to `v3.0` (#206).

## [v2.5.3]
[v2.5.3]: https://github.com/althonos/pronto/compare/v2.5.2...v2.5.3
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 <[email protected]>"
__license__ = "MIT"
__version__ = "2.5.3"
__version__ = "2.5.4"

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

0 comments on commit 4639441

Please sign in to comment.