Skip to content

Commit 4c6ac28

Browse files
committed
Bump version to v0.11.0
1 parent 60266f2 commit 4c6ac28

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased][unreleased]
44

5+
6+
## [v0.11.0]
7+
8+
**Release date: 2024-12-11**
9+
510
## Index
611

712
* Added `oewn:2024` ([#221])
@@ -603,6 +608,7 @@ the https://github.com/nltk/wordnet/ code which had been effectively
603608
abandoned, but this is an entirely new codebase.
604609

605610

611+
[v0.11.0]: ../../releases/tag/v0.11.0
606612
[v0.10.1]: ../../releases/tag/v0.10.1
607613
[v0.10.0]: ../../releases/tag/v0.10.0
608614
[v0.9.5]: ../../releases/tag/v0.9.5

wn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
Wordnet
6060
)
6161

62-
__version__ = '0.10.1'
62+
__version__ = '0.11.0'

0 commit comments

Comments
 (0)