Skip to content

Commit 2478dec

Browse files
Minor fix; version 3.1.1
1 parent 4700ce2 commit 2478dec

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.1.1: Minor fixes; added Tok.from_token()
812813
* Version 3.1.0: Added `-o` switch to `tokenize` command to return original
813814
token text, enabling the tokenizer to run as a sentence splitter only.
814815
* Version 3.0.0: Added tracking of character offsets for tokens within the

src/tokenizer/version.py

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

0 commit comments

Comments
 (0)