Skip to content

Commit

Permalink
Bump version to 2.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jun 2, 2022
1 parent 841df40 commit 36c737d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,12 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov

### Fixes and improvements

## [2.27.1](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.27.1) (2022-06-02)

### Fixes and improvements

* Fix evaluation and scoring with language models

## [2.27.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.27.0) (2022-05-30)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion opennmt/version.py
@@ -1,6 +1,6 @@
"""OpenNMT-tf version."""

__version__ = "2.27.0"
__version__ = "2.27.1"

INCLUSIVE_MIN_TF_VERSION = "2.6.0"
EXCLUSIVE_MAX_TF_VERSION = "2.10.0"
Expand Down

0 comments on commit 36c737d

Please sign in to comment.