Skip to content

Commit

Permalink
Bump version to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jun 23, 2020
1 parent 3a5d62a commit b9a2d6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Fixes and improvements

## [v1.10.2](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.10.2) (2020-06-23)

### Fixes and improvements

* [Python] Fix error when calling `unload_model(to_cpu=True)` for models with shared weights
* [Python] Do not ignore errors when importing the compiled translator extension

## [v1.10.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.10.1) (2020-05-25)

### Fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _maybe_add_library_root(lib_name):

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

0 comments on commit b9a2d6a

Please sign in to comment.