Skip to content

Commit 6f3b952

Browse files
committed
Bump version to 2.32.0
1 parent c891585 commit 6f3b952

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.32.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.32.0) (2023-08-04)
19+
20+
### New features
21+
22+
* Support TensorFlow 2.12 and 2.13
23+
* Make timeout value configurable while searching for an optimal batch size
24+
1825
## [2.31.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.31.0) (2023-01-13)
1926

2027
### New features

opennmt/version.py

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

3-
__version__ = "2.31.0"
3+
__version__ = "2.32.0"
44

55
INCLUSIVE_MIN_TF_VERSION = "2.6.0"
66
EXCLUSIVE_MAX_TF_VERSION = "2.14.0"

0 commit comments

Comments
 (0)