From 05e421abc3f55edfa091f673320ba1ccaa5cd8ee Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Thu, 29 Aug 2024 15:24:07 +0300 Subject: [PATCH] bump version to 2.2.12 and update changelog --- docs/changelog.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1860e6ad..74e79dd5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,9 @@ Changelog --------- +2.2.12 +^^^^^^ +- Pinned nltk version to 3.8.0 + 2.2.11 ^^^^^^ - A space should not be placed before a mid row code if it follows a PAC command or a Tab Offset diff --git a/setup.py b/setup.py index 217443fa..f124e8b4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ] transcript_dependencies = [ - 'nltk' + 'nltk==3.8.0' ] setup(