Skip to content

Commit 003e7da

Browse files
committed
Bump version to 1.35.0
1 parent d3b5ad8 commit 003e7da

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.35.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.35.0) (2022-12-06)
30+
31+
### New features
32+
33+
* [Python] Add pickling support to `pyonmttok.Vocab`
34+
35+
### Fixes and improvements
36+
37+
* Update pybind11 to 2.10.1
38+
* Update cibuildwheel to 2.11.2
39+
2940
## [v1.34.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.34.0) (2022-09-13)
3041

3142
### Changes
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.34.0"
3+
__version__ = "1.35.0"

0 commit comments

Comments
 (0)