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 3f3ee97 commit ebec281Copy full SHA for ebec281
CHANGELOG.md
@@ -24,6 +24,16 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
24
25
### Fixes and improvements
26
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
37
## [v1.29.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.29.0) (2021-10-08)
38
39
### Changes
bindings/python/pyonmttok/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "1.29.0"
+__version__ = "1.30.0"
0 commit comments