Skip to content

Commit 1255350

Browse files
committed
Bump version to 2.10.1
1 parent c6463c3 commit 1255350

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

1616
### Fixes and improvements
1717

18+
## [2.10.1](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.10.1) (2020-06-04)
19+
20+
### Fixes and improvements
21+
22+
* Fix error when running RNN models with `onmt-main`
23+
* Add some missing functions in the online API documentation
24+
1825
## [2.10.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.10.0) (2020-05-28)
1926

2027
### New features

docs/conf.py

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

1313
version = "2.10" # The short X.Y version.
14-
release = "2.10.0" # The full version, including alpha/beta/rc tags.
14+
release = "2.10.1" # The full version, including alpha/beta/rc tags.
1515

1616
extensions = [
1717
"recommonmark",

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__ = "2.10.0"
3+
__version__ = "2.10.1"
44

55
from opennmt.config import convert_to_v2_config
66
from opennmt.config import load_config

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_long_description():
1414

1515
setup(
1616
name="OpenNMT-tf",
17-
version="2.10.0",
17+
version="2.10.1",
1818
license="MIT",
1919
description="Neural machine translation and sequence learning using TensorFlow",
2020
long_description=get_long_description(),

0 commit comments

Comments
 (0)