Skip to content

Commit 90be860

Browse files
authored
Update version string to prepare release 0.22.0 (#1556)
1 parent c9a8d3a commit 90be860

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-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.22.0 | 2.7.x | Nov 10, 2021 |
119120
| 0.21.0 | 2.6.x | Sep 12, 2021 |
120121
| 0.20.0 | 2.6.x | Aug 11, 2021 |
121122
| 0.19.1 | 2.5.x | Jul 25, 2021 |

RELEASE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release 0.22.0
2+
3+
## Bug Fixes
4+
* Fix hdfs file system append error.
5+
* Add support for Azure Shared Access Signatures.
6+
* Fix several Azure file system related issues.
7+
* Update Dicom tutorial to include tag examples.
8+
9+
## Thanks to our Contributors
10+
11+
This release contains contributions from many people:
12+
13+
Cheng Ren, Jan Bernlöhr, Vignesh Kothapalli, Yong Tang, Z_Wael
14+
15+
We are also grateful to all who filed issues or helped resolve them, asked and
16+
answered questions, and were part of inspiring discussions.
17+
118
# Release 0.21.0
219

320
## 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.21.0"
17+
version = "0.22.0"
1818
require = "tensorflow>=2.7.0,<2.8.0"

0 commit comments

Comments
 (0)