Skip to content

Commit 647664f

Browse files
authored
Update and prepare for release 0.21.0 (#1529)
This PR updates and prepares for release 0.21.0 This PR is part of 1528 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 97b145e commit 647664f

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
116116

117117
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
118118
| --- | --- | --- |
119+
| 0.21.0 | 2.6.x | Sep 12, 2021 |
119120
| 0.20.0 | 2.6.x | Aug 11, 2021 |
120121
| 0.19.1 | 2.5.x | Jul 25, 2021 |
121122
| 0.19.0 | 2.5.x | Jun 25, 2021 |

RELEASE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release 0.21.0
2+
3+
## Bug Fixes
4+
* Fix temporary file issue in s3
5+
* Remove extra build directory in python pip packages.
6+
7+
## Thanks to our Contributors
8+
9+
This release contains contributions from many people:
10+
11+
Marcin Juszkiewicz, Mark Daoust, Vignesh Kothapalli, 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+
116
# Release 0.20.0
217

318
## Major Features

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.20.0"
17+
version = "0.21.0"
1818
require = "tensorflow>=2.6.0,<2.7.0"

0 commit comments

Comments
 (0)