Skip to content

Commit

Permalink
Bump version to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Dec 6, 2022
1 parent d3b5ad8 commit 003e7da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co

### Fixes and improvements

## [v1.35.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.35.0) (2022-12-06)

### New features

* [Python] Add pickling support to `pyonmttok.Vocab`

### Fixes and improvements

* Update pybind11 to 2.10.1
* Update cibuildwheel to 2.11.2

## [v1.34.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.34.0) (2022-09-13)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyonmttok/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""

__version__ = "1.34.0"
__version__ = "1.35.0"

0 comments on commit 003e7da

Please sign in to comment.