Skip to content

Commit

Permalink
Release v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 11, 2020
1 parent f7d069e commit 4b0f4e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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.2.3...HEAD
[Unreleased]: https://github.com/althonos/pronto/compare/v2.2.4...HEAD

## [2.2.4] - 2020-09-11
[2.2.4]: https://github.com/althonos/pronto/compare/v2.2.3...v2.2.4
### Changed
- Make `Entity.annotations` return a mutable set and add a setter.
### Fixed
- `Term.relationship` erroneously updating the `Ontology._lineage` cache.
- Unneeded code in `pronto.serializers._fastobo` handling `is_a` clauses.

## [2.2.3] - 2020-07-31
[2.2.3]: https://github.com/althonos/pronto/compare/v2.2.2...v2.2.3
Expand Down
2 changes: 1 addition & 1 deletion pronto/_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.2.4

0 comments on commit 4b0f4e6

Please sign in to comment.