Skip to content

Commit

Permalink
Release v2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 28, 2022
1 parent b6cb003 commit 255d1c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[Unreleased]: https://github.com/althonos/pronto/compare/v2.4.6...HEAD

## [2.4.7]
[2.4.7]: https://github.com/althonos/pronto/compare/v2.4.6...v2.4.7
### Fixed
- Serialization of `is_class_level` properties with `fastobo`-based serializers ([#178](https://github.com/althonos/pronto/issues/178)).
- Parsing of `SynonymTypeProperty` elements in RDF/XML without a label attribute ([#176](https://github.com/althonos/pronto/issues/176)).

## [2.4.6] - 2022-06-18
[2.4.6]: https://github.com/althonos/pronto/compare/v2.4.5...v2.4.6
### Added
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.4.6"
__version__ = "2.4.7"

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

0 comments on commit 255d1c6

Please sign in to comment.