File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- Version 3.9-beta1 2024-08-16
1+ Version 3.9 2024-08-18
22* Avoid need for pickled models, resolves security vulnerability CVE-2024-39705
33* No longer sort WordNet synsets and relations (sort in calling function when required)
44* Add Python 3.12 support
Original file line number Diff line number Diff line change 1- 3.9b2
1+ 3.9
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def generate_custom_files():
128128# The short X.Y version.
129129version = "3.9"
130130# The full version, including alpha/beta/rc tags.
131- release = "3.9b2 "
131+ release = "3.9 "
132132
133133# The language for content autogenerated by Sphinx. Refer to documentation
134134# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Release Notes
442024
55----
66
7- NLTK 3.9b1 release: August 2024:
7+ NLTK 3.9 release: August 2024:
88
99- Avoid need for pickled models, resolves security vulnerability CVE-2024-39705
1010- No longer sort WordNet synsets and relations (sort in calling function when required)
You can’t perform that action at this time.
0 commit comments