Skip to content

Commit 8750e9c

Browse files
committed
Bumped version to 3.4.4
1 parent be8ee4d commit 8750e9c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ celerybeat-schedule
101101
.venv
102102
venv
103103
ENV/
104+
p39
105+
p312
104106

105107
# Spyder project settings
106108
.spyderproject

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.4: Better handling of abbreviations
812813
* Version 3.4.3: Various minor fixes. Now requires Python 3.8 or later.
813814
* Version 3.4.2: Abbreviations and phrases added, ``META_BEGIN`` token added.
814815
* Version 3.4.1: Improved performance on long input chunks.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tokenizer"
3-
version = "3.4.3"
3+
version = "3.4.4"
44
description = "A tokenizer for Icelandic text"
55
authors = [{ name = "Miðeind ehf.", email = "mideind@mideind.is" }]
66
readme = { file = "README.rst", content-type = "text/x-rst" }
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
2324
"Programming Language :: Python :: Implementation :: CPython",
2425
"Programming Language :: Python :: Implementation :: PyPy",
2526
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)