[go: nahoru, domu]

Skip to content

Commit

Permalink
Update to 0.23.1 to prepare a release (#1593)
Browse files Browse the repository at this point in the history
* Update to 0.24.0 to prepare a release

Since we removed IgniteDataset which is a major change after
0.23.0, technically it qualifies another minor release instead
of a 0.23.1 patch release. (And we need a fix for TF 2.8, see 1591).

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

* Defere ignite removal to next version.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Dec 15, 2021
1 parent b06c109 commit 64e1336
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.23.1 | 2.7.x | Dec 15, 2021 |
| 0.23.0 | 2.7.x | Dec 14, 2021 |
| 0.22.0 | 2.7.x | Nov 10, 2021 |
| 0.21.0 | 2.6.x | Sep 12, 2021 |
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.23.1

## Major Features and Bug Fixes
* A bug preventing correct installation with python 3.10 has been fixed.

## Thanks to our Contributors

This release contains contributions from many people:

Aleksey Vlasenko, Vignesh Kothapalli, 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.23.0

## 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.23.0"
version = "0.23.1"
require = "tensorflow>=2.7.0,<2.8.0"

0 comments on commit 64e1336

Please sign in to comment.