Skip to content

Commit a8d70bb

Browse files
committed
Bump version
1 parent 0e0f2c8 commit a8d70bb

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
1414

1515
### New features
1616

17+
### Fixes and improvements
18+
19+
## [1.23.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v1.23.0) (2019-05-30)
20+
21+
### New features
22+
1723
* Support applying noise on the decoding output ("beam+noise" strategy from [Edunov et al. 2018](https://arxiv.org/abs/1808.09381))
1824

1925
### Fixes and improvements

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
author = "OpenNMT"
1212
language = "en"
1313

14-
version = "1.22" # The short X.Y version.
15-
release = "1.22.2" # The full version, including alpha/beta/rc tags.
14+
version = "1.23" # The short X.Y version.
15+
release = "1.23.0" # The full version, including alpha/beta/rc tags.
1616

1717
source_suffix = ".rst"
1818
master_doc = "index"

opennmt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""OpenNMT module."""
22

3-
__version__ = "1.22.2"
3+
__version__ = "1.23.0"
44

55
from opennmt import decoders
66
from opennmt import encoders

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="OpenNMT-tf",
10-
version="1.22.2",
10+
version="1.23.0",
1111
license="MIT",
1212
description="Neural machine translation and sequence learning using TensorFlow",
1313
author="OpenNMT",

0 commit comments

Comments
 (0)