Skip to content

Commit f09257b

Browse files
authored
Bump to 0.31.0 (#1770)
Prepare a new release, ideally before next TF release. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 2d0c38e commit f09257b

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
126126

127127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128128
| --- | --- | --- |
129+
| 0.31.0 | 2.11.x | Feb 25, 2022 |
129130
| 0.30.0 | 2.11.x | Jan 20, 2022 |
130131
| 0.29.0 | 2.11.x | Dec 18, 2022 |
131132
| 0.28.0 | 2.11.x | Nov 21, 2022 |

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release 0.31.0
2+
3+
## Major Features and Bug Fixes
4+
* Fix isdir issue in HTTP file system
5+
6+
## Thanks to our Contributors
7+
8+
This release contains contributions from many people:
9+
10+
Zhuo Peng, Yong Tang
11+
12+
We are also grateful to all who filed issues or helped resolve them, asked and
13+
answered questions, and were part of inspiring discussions.
14+
115
# Release 0.30.0
216

317
## Major Features and Bug Fixes

tensorflow_io/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# ==============================================================================
1515
"""version_ops"""
1616

17-
version = "0.30.0"
17+
version = "0.31.0"
1818
require = "tensorflow>=2.11.0,<2.12.0"

tests/test_http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,5 @@ def test_gfile_isdir(remote_filename):
118118
assert not tf.io.gfile.isdir("https://not-a-valid-domain/tfio-test")
119119

120120

121-
122121
if __name__ == "__main__":
123122
tf.test.main()

0 commit comments

Comments
 (0)