Skip to content

Commit 64e1336

Browse files
authored
Update to 0.23.1 to prepare a release (#1593)
* 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>
1 parent b06c109 commit 64e1336

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
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.23.1 | 2.7.x | Dec 15, 2021 |
129130
| 0.23.0 | 2.7.x | Dec 14, 2021 |
130131
| 0.22.0 | 2.7.x | Nov 10, 2021 |
131132
| 0.21.0 | 2.6.x | Sep 12, 2021 |

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release 0.23.1
2+
3+
## Major Features and Bug Fixes
4+
* A bug preventing correct installation with python 3.10 has been fixed.
5+
6+
## Thanks to our Contributors
7+
8+
This release contains contributions from many people:
9+
10+
Aleksey Vlasenko, Vignesh Kothapalli, 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.23.0
216

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

0 commit comments

Comments
 (0)