Skip to content

Commit 4c66c81

Browse files
committed
Bump version to 1.30.1
1 parent f25f034 commit 4c66c81

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
2424

2525
### Fixes and improvements
2626

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+
2733
## [v1.30.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.30.0) (2021-11-29)
2834

2935
### New features

bindings/python/pyonmttok/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.30.0"
3+
__version__ = "1.30.1"

0 commit comments

Comments
 (0)