Skip to content

Commit fe6ad6c

Browse files
paulgc17tf-data-validation-team
authored andcommitted
Prepare for TFDV 0.14.1 release
PiperOrigin-RevId: 264704623
1 parent 5995d11 commit fe6ad6c

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ other *untested* combinations may also work.
192192
|tensorflow-data-validation |tensorflow |apache-beam[gcp] |pyarrow |
193193
|--------------------------------------------------------------------------------------|--------------|-----------------|--------|
194194
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.14.0 |0.14.0 |
195+
|[0.14.1](https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
195196
|[0.14.0](https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
196197
|[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |n/a |
197198
|[0.13.0](https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |n/a |

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2-
# Current version (not yet released; still in development)
2+
# Release 0.14.1
33

44
## Major Features and Improvements
55

g3doc/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ other *untested* combinations may also work.
190190
|tensorflow-data-validation |tensorflow |apache-beam[gcp] |pyarrow |
191191
|--------------------------------------------------------------------------------------|--------------|-----------------|--------|
192192
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.14.0 |0.14.0 |
193+
|[0.14.1](https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
193194
|[0.14.0](https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
194195
|[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |n/a |
195196
|[0.13.0](https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |n/a |

tensorflow_data_validation/version.py

Lines changed: 1 addition & 1 deletion
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.15.0dev'
18+
__version__ = '0.14.1'

0 commit comments

Comments
 (0)