Skip to content

Commit

Permalink
Bump version to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Feb 23, 2021
1 parent d301ff7 commit 8afb2c7
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.18.2](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.18.2) (2021-02-23)

### Fixes and improvements

* Fix crash when enabling coverage penalty in GPU translation
* Fix incorrect value of AVX2 flag in `CT2_VERBOSE` output

## [v1.18.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.18.1) (2021-02-01)

### 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 @@ -49,7 +49,7 @@ def _maybe_add_library_root(lib_name):

setup(
name="ctranslate2",
version="1.18.1",
version="1.18.2",
license="MIT",
description="Fast inference engine for OpenNMT models",
long_description=_get_long_description(),
Expand Down

0 comments on commit 8afb2c7

Please sign in to comment.