Skip to content

Commit 9ebd035

Browse files
authored
Bump TF to 2.10rc3 (#1708)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 152457a commit 9ebd035

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

RELEASE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release 0.27.0
2+
3+
## Major Features and Bug Fixes
4+
* Add arrow binary data type support
5+
* Add string support for feather file
6+
7+
## Thanks to our Contributors
8+
9+
This release contains contributions from many people:
10+
11+
Yong Tang
12+
13+
We are also grateful to all who filed issues or helped resolve them, asked and
14+
answered questions, and were part of inspiring discussions.
15+
116
# Release 0.26.0
217

318
## Major Features and Bug Fixes

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ pip_install()
115115

116116
http_archive(
117117
name = "org_tensorflow",
118-
sha256 = "7edd8b544cc65254735210e03364fe9828f36430e09e9322fba9b0a4b2912580",
119-
strip_prefix = "tensorflow-2.10.0-rc2",
118+
sha256 = "cb9b0a73d1748d1b71457631bd4bdc3675792d8d068150d93b73d24e33c8d236",
119+
strip_prefix = "tensorflow-2.10.0-rc3",
120120
urls = [
121-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.10.0-rc2.tar.gz",
121+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.10.0-rc3.tar.gz",
122122
],
123123
)
124124

tensorflow_io/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""version_ops"""
1616

1717
version = "0.27.0"
18-
require = "tensorflow>=2.10.0rc2,<2.11.0"
18+
require = "tensorflow>=2.10.0rc3,<2.11.0"

0 commit comments

Comments
 (0)