Skip to content

Commit

Permalink
Merge pull request #220 from goodmami/bump-version-0.10.1
Browse files Browse the repository at this point in the history
Bump version to 0.10.1
  • Loading branch information
goodmami authored Nov 2, 2024
2 parents 411fd91 + 4d7c455 commit 877b626
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][unreleased]


## [v0.10.1]

**Release date: 2024-10-29**

## Fixed

* Follow redirects with `httpx.Client` in `wn._download` ([#211])
Expand Down Expand Up @@ -581,6 +586,7 @@ the https://github.com/nltk/wordnet/ code which had been effectively
abandoned, but this is an entirely new codebase.


[v0.10.1]: ../../releases/tag/v0.10.1
[v0.10.0]: ../../releases/tag/v0.10.0
[v0.9.5]: ../../releases/tag/v0.9.5
[v0.9.4]: ../../releases/tag/v0.9.4
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.10.0'
__version__ = '0.10.1'

0 comments on commit 877b626

Please sign in to comment.