Skip to content

Commit

Permalink
Bump version to 0.28.0 (#1733)
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <[email protected]>

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang authored Nov 21, 2022
1 parent 43403c6 commit 45ee85c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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.28.0 | 2.11.x | Nov 21, 2022 |
| 0.27.0 | 2.10.x | Sep 08, 2022 |
| 0.26.0 | 2.9.x | May 17, 2022 |
| 0.25.0 | 2.8.x | Apr 19, 2022 |
Expand Down
15 changes: 15 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Release 0.28.0

## Major Features and Bug Fixes
* Fixes OSS file system issue
* Add python 3.11 support

## Thanks to our Contributors

This release contains contributions from many people:

Jinhu Wu, 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.27.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.27.0"
version = "0.28.0"
require = "tensorflow>=2.11.0,<2.12.0"

0 comments on commit 45ee85c

Please sign in to comment.