Skip to content

Commit 9cd1892

Browse files
Version 3.4.0
1 parent a72bda4 commit 9cd1892

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ can be found in the file ``test/toktest_normal_gold_expected.txt``.
809809
Changelog
810810
---------
811811

812+
* Version 3.4.0: Improved handling and normalization of punctuation.
812813
* Version 3.3.2: Internal refactoring; bug fixes in paragraph handling.
813814
* Version 3.3.1: Fixed bug where opening quotes at the start of paragraphs
814815
were sometimes incorrectly recognized and normalized.

src/tokenizer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.3.2"
1+
__version__ = "3.4.0"

0 commit comments

Comments
 (0)