Skip to content

Commit

Permalink
Bump version to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Sep 24, 2020
1 parent 95ebe70 commit e2c8575
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co

## [Unreleased]

### New features

### Fixes and improvements

## [v1.20.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.20.0) (2020-09-24)

### Changes

* The following changes affect users compiling the project from the source. They ensure users get the best performance and all features by default:
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _maybe_add_library_root(lib_name, header_only=False):

setup(
name="pyonmttok",
version="1.19.0",
version="1.20.0",
license="MIT",
description="OpenNMT tokenization library",
long_description=_get_long_description(),
Expand Down

0 comments on commit e2c8575

Please # to comment.