Skip to content

Commit 24936a2

Browse files
committed
Bump version to 3.9
1 parent c222897 commit 24936a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

nltk/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9b2
1+
3.9

web/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def generate_custom_files():
128128
# The short X.Y version.
129129
version = "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.

web/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Notes
44
2024
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)

0 commit comments

Comments
 (0)