Skip to content

Commit

Permalink
Bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jul 30, 2020
1 parent 781a46a commit 656991a
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 @@ -2,6 +2,12 @@

### New features

### Fixes and improvements

## [v1.13.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.13.0) (2020-07-30)

### New features

* Environment variable `CT2_TRANSLATORS_CORE_OFFSET` to pin parallel translators to a range of CPU cores (only for `intra_threads` = 1)
* [Python] Add some properties to the `Translator` object:
* `device`
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _maybe_add_library_root(lib_name):

setup(
name="ctranslate2",
version="1.12.1",
version="1.13.0",
license="MIT",
description="Optimized inference engine for OpenNMT models",
long_description=_get_long_description(),
Expand Down

0 comments on commit 656991a

Please sign in to comment.