File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
126
126
127
127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128
128
| --- | --- | --- |
129
+ | 0.28.0 | 2.11.x | Nov 21, 2022 |
129
130
| 0.27.0 | 2.10.x | Sep 08, 2022 |
130
131
| 0.26.0 | 2.9.x | May 17, 2022 |
131
132
| 0.25.0 | 2.8.x | Apr 19, 2022 |
Original file line number Diff line number Diff line change
1
+ # Release 0.28.0
2
+
3
+ ## Major Features and Bug Fixes
4
+ * Fixes OSS file system issue
5
+ * Add python 3.11 support
6
+
7
+ ## Thanks to our Contributors
8
+
9
+ This release contains contributions from many people:
10
+
11
+ Jinhu Wu, Yong Tang
12
+
13
+ We are also grateful to all who filed issues or helped resolve them, asked and
14
+ answered questions, and were part of inspiring discussions.
15
+
1
16
# Release 0.27.0
2
17
3
18
## Major Features and Bug Fixes
Original file line number Diff line number Diff line change 14
14
# ==============================================================================
15
15
"""version_ops"""
16
16
17
- version = "0.27 .0"
17
+ version = "0.28 .0"
18
18
require = "tensorflow>=2.11.0,<2.12.0"
You can’t perform that action at this time.
0 commit comments