Skip to content

Commit 5b1e521

Browse files
committed
Bump version
1 parent 5d41492 commit 5b1e521

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

1717
### Fixes and improvements
1818

19+
## [1.25.1](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v1.25.1) (2019-09-25)
20+
21+
### Fixes and improvements
22+
1923
* Fix language model decoding from context to pass the correct decoding step to the model
2024
* Fix WordDropout module when the input contains a single word
2125
* When updating vocabularies, weights of new words are randomly initialized instead of zero initialized

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
language = "en"
1313

1414
version = "1.25" # The short X.Y version.
15-
release = "1.25.0" # The full version, including alpha/beta/rc tags.
15+
release = "1.25.1" # 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.25.0"
3+
__version__ = "1.25.1"
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.25.0",
10+
version="1.25.1",
1111
license="MIT",
1212
description="Neural machine translation and sequence learning using TensorFlow",
1313
author="OpenNMT",

0 commit comments

Comments
 (0)