Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaume.klein@systrangroup.com>2020-02-21 17:13:35 +0300
committerGuillaume Klein <guillaume.klein@systrangroup.com>2020-02-21 17:13:35 +0300
commit47424caefb853b01ef472116260d25a00393ac9f (patch)
tree24830b179bec040d9db5a4defeeee46718f91ae7
parentbb1cfc103dbc0c33cdcd05b1d0426f952b2e7c6c (diff)
Bump version to 1.6.2v1.6.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--python/setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b30c182..ab64394c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@
### Fixes and improvements
+## [v1.6.2](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.6.2) (2020-02-21)
+
+### Fixes and improvements
+
+* Fix conversion of models with shared embeddings
+
## [v1.6.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.6.1) (2020-02-11)
### Fixes and improvements
diff --git a/python/setup.py b/python/setup.py
index c49b775c..f803c706 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -29,7 +29,7 @@ ctranslate2_module = Extension(
setup(
name="ctranslate2",
- version="1.6.1",
+ version="1.6.2",
license="MIT",
description="Optimized inference engine for OpenNMT models",
author="OpenNMT",