diff --git a/CHANGELOG.md b/CHANGELOG.md index 097162b..4a8c4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,17 @@ ## [Unreleased] + +## [v0.9.3] + +**Release date: 2022-11-12** + ### Fixed * `wn.Synset.relations()` no longer raises a `KeyError` when no relation types are given and relations are found via ILI ([#177]) + ## [v0.9.2] **Release date: 2022-10-02** diff --git a/wn/__init__.py b/wn/__init__.py index 6ff5b72..7078d0e 100644 --- a/wn/__init__.py +++ b/wn/__init__.py @@ -57,4 +57,4 @@ Wordnet ) -__version__ = '0.9.2' +__version__ = '0.9.3'