Skip to content

Commit ebec281

Browse files
committed
Bump version to 1.30.0
1 parent 3f3ee97 commit ebec281

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

2525
### Fixes and improvements
2626

27+
## [v1.30.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.30.0) (2021-11-29)
28+
29+
### New features
30+
31+
* [Python] Build wheels for AArch64 Linux
32+
33+
### Fixes and improvements
34+
35+
* [Python] Update ICU to 70.1
36+
2737
## [v1.29.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.29.0) (2021-10-08)
2838

2939
### Changes

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.29.0"
3+
__version__ = "1.30.0"

0 commit comments

Comments
 (0)