Skip to content

Commit 4c751e7

Browse files
committed
Bump version to 1.22.2
1 parent d1e561a commit 4c751e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
2323

2424
### Fixes and improvements
2525

26+
## [v1.22.2](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.22.2) (2020-11-12)
27+
28+
### Fixes and improvements
29+
30+
* Do not require "none" tokenization mode for SentencePiece vocabulary restriction
31+
2632
## [v1.22.1](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.22.1) (2020-10-30)
2733

2834
### Fixes and improvements

bindings/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _maybe_add_library_root(lib_name, header_only=False):
4040

4141
setup(
4242
name="pyonmttok",
43-
version="1.22.1",
43+
version="1.22.2",
4444
license="MIT",
4545
description="OpenNMT tokenization library",
4646
long_description=_get_long_description(),

0 commit comments

Comments
 (0)