Skip to content

Commit a16026a

Browse files
committed
TFDV 0.21.5 Release
PiperOrigin-RevId: 299441428
1 parent 798017a commit a16026a

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ other *untested* combinations may also work.
179179
|tensorflow-data-validation |tensorflow |apache-beam[gcp] |pyarrow |
180180
|--------------------------------------------------------------------------------------|------------------|-----------------|--------|
181181
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x/2.x) |2.17.0 |0.15.0 |
182+
|[0.21.5](https://github.com/tensorflow/data-validation/blob/v0.21.5/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |
182183
|[0.21.4](https://github.com/tensorflow/data-validation/blob/v0.21.4/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |
183184
|[0.21.2](https://github.com/tensorflow/data-validation/blob/v0.21.2/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |
184185
|[0.21.1](https://github.com/tensorflow/data-validation/blob/v0.21.1/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
22

3-
# Current Version(Still in Development)
3+
# Release 0.21.5
44

55
## Major Features and Improvements
66

g3doc/install.md

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ other *untested* combinations may also work.
176176
tensorflow-data-validation | tensorflow | apache-beam[gcp] | pyarrow
177177
------------------------------------------------------------------------------------- | ----------------- | ---------------- | -------
178178
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.17.0 | 0.15.0
179+
[0.21.5](https://github.com/tensorflow/data-validation/blob/v0.21.5/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0
179180
[0.21.4](https://github.com/tensorflow/data-validation/blob/v0.21.4/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0
180181
[0.21.2](https://github.com/tensorflow/data-validation/blob/v0.21.2/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0
181182
[0.21.1](https://github.com/tensorflow/data-validation/blob/v0.21.1/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0

tensorflow_data_validation/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Contains the version string of TFDV."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '0.22.0dev'
18+
__version__ = '0.21.5'

0 commit comments

Comments
 (0)