Skip to content

Commit 6dba615

Browse files
committed
Bump version
1 parent 7dbca56 commit 6dba615

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

1212
## [Unreleased]
1313

14+
### New features
15+
16+
### Fixes and improvements
17+
18+
## [2.0.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.0.0) (2019-10-01)
19+
1420
OpenNMT-tf 2.0 is the first major update of the project. The goal of this release is to use the new features and practices introduced by TensorFlow 2.0.
1521

1622
### Breaking changes

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.0" # The short X.Y version.
14-
release = "2.0.0a0" # The full version, including alpha/beta/rc tags.
14+
release = "2.0.0" # 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.0.0a0"
3+
__version__ = "2.0.0"
44

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

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="2.0.0a0",
10+
version="2.0.0",
1111
license="MIT",
1212
description="Neural machine translation and sequence learning using TensorFlow",
1313
author="OpenNMT",

0 commit comments

Comments
 (0)