Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Nov 23, 2021
1 parent 1333724 commit a832a63
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 @@ -2,6 +2,11 @@

## [Unreleased]


## [v0.9.1]

**Release date: 2021-11-23**

### Fixed

* Correctly add syntactic behaviours for WN-LMF 1.1 lexicons ([#156])
Expand Down Expand Up @@ -482,6 +487,7 @@ the https://github.com/nltk/wordnet/ code which had been effectively
abandoned, but this is an entirely new codebase.


[v0.9.1]: ../../releases/tag/v0.9.1
[v0.9.0]: ../../releases/tag/v0.9.0
[v0.8.3]: ../../releases/tag/v0.8.3
[v0.8.2]: ../../releases/tag/v0.8.2
Expand Down
2 changes: 1 addition & 1 deletion wn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
Wordnet
)

__version__ = '0.9.0'
__version__ = '0.9.1'

0 comments on commit a832a63

Please sign in to comment.