Skip to content

Commit

Permalink
Bump to 0.31.0 (#1770)
Browse files Browse the repository at this point in the history
Prepare a new release, ideally before next TF release.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Feb 22, 2023
1 parent 2d0c38e commit f09257b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.31.0 | 2.11.x | Feb 25, 2022 |
| 0.30.0 | 2.11.x | Jan 20, 2022 |
| 0.29.0 | 2.11.x | Dec 18, 2022 |
| 0.28.0 | 2.11.x | Nov 21, 2022 |
Expand Down
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release 0.31.0

## Major Features and Bug Fixes
* Fix isdir issue in HTTP file system

## Thanks to our Contributors

This release contains contributions from many people:

Zhuo Peng, Yong Tang

We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.

# Release 0.30.0

## Major Features and Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_io/python/ops/version_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# ==============================================================================
"""version_ops"""

version = "0.30.0"
version = "0.31.0"
require = "tensorflow>=2.11.0,<2.12.0"
1 change: 0 additions & 1 deletion tests/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,5 @@ def test_gfile_isdir(remote_filename):
assert not tf.io.gfile.isdir("https://not-a-valid-domain/tfio-test")



if __name__ == "__main__":
tf.test.main()

0 comments on commit f09257b

Please sign in to comment.