Skip to content

Commit

Permalink
Bump version to 0.30.0 for aarch64 linux python 3.11 support (#1760)
Browse files Browse the repository at this point in the history
This PR bump version to 0.30.0 for aarch64 linux python 3.11 support

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Jan 18, 2023
1 parent bc6af9c commit e196400
Show file tree
Hide file tree
Showing 3 changed files with 16 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.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 |
| 0.27.0 | 2.10.x | Sep 08, 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.30.0

## Major Features and Bug Fixes
* Fix issue in python 3.11 support for aarch64

## Thanks to our Contributors

This release contains contributions from many people:

Colin, 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.29.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.29.0"
version = "0.30.0"
require = "tensorflow>=2.11.0,<2.12.0"

0 comments on commit e196400

Please sign in to comment.