We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25f034 commit 4c66c81Copy full SHA for 4c66c81
CHANGELOG.md
@@ -24,6 +24,12 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
24
25
### Fixes and improvements
26
27
+## [v1.30.1](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.30.1) (2022-01-25)
28
+
29
+### Fixes and improvements
30
31
+* Fix deprecated languages codes in ICU that are incorrectly considered as invalid (e.g. "tl" for Tagalog)
32
33
## [v1.30.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.30.0) (2021-11-29)
34
35
### New features
bindings/python/pyonmttok/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "1.30.0"
+__version__ = "1.30.1"
0 commit comments