Skip to content

Commit

Permalink
Bump version to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Nov 1, 2021
1 parent aa46383 commit 77222c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,21 @@
## [Unreleased]


## [v0.8.2]

**Release date: 2021-11-01**

This release only resolves some dependency issues with the previous
release.


## [v0.8.1]

**Release date: 2021-10-29**

Note: the release on PyPI was yanked because a dependency was not
specified properly.

### Fixed

* `wn.lmf` uses `https://` for the `dc` namespace instead of
Expand Down Expand Up @@ -383,6 +394,8 @@ the https://github.com/nltk/wordnet/ code which had been effectively
abandoned, but this is an entirely new codebase.


[v0.8.2]: ../../releases/tag/v0.8.2
[v0.8.1]: ../../releases/tag/v0.8.1
[v0.8.0]: ../../releases/tag/v0.8.0
[v0.7.0]: ../../releases/tag/v0.7.0
[v0.6.2]: ../../releases/tag/v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion wn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
Wordnet
)

__version__ = '0.8.1'
__version__ = '0.8.2'

0 comments on commit 77222c6

Please sign in to comment.