Skip to content

Commit f22a8a7

Browse files
committed
Bump version to 1.33.0
1 parent 94bccc7 commit f22a8a7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

2727
### Fixes and improvements
2828

29+
## [v1.33.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.33.0) (2022-08-29)
30+
31+
### New features
32+
33+
* [Python] Build ARM64 wheels for macOS
34+
35+
### Fixes and improvements
36+
37+
* [CLI] Fix error when the option `--segment_alphabet` is not set
38+
* Fix SentencePiece build warning when compiling with Clang
39+
2940
## [v1.32.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.32.0) (2022-07-25)
3041

3142
### New features
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.32.0"
3+
__version__ = "1.33.0"

0 commit comments

Comments
 (0)