Skip to content

Commit f51dc7a

Browse files
paulgc17tf-data-validation-team
authored andcommitted
Prepare for TFDV 0.13.1 release
PiperOrigin-RevId: 236948112
1 parent 4879105 commit f51dc7a

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
@@ -109,6 +109,7 @@ other *untested* combinations may also work.
109109
|tensorflow-data-validation |tensorflow |apache-beam[gcp]|
110110
|--------------------------------------------------------------------------------------|--------------|----------------|
111111
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.11.0 |
112+
|[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |
112113
|[0.13.0](https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |
113114
|[0.12.0](https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md) |1.12 |2.10.0 |
114115
|[0.11.0](https://github.com/tensorflow/data-validation/blob/v0.11.0/RELEASE.md) |1.11 |2.8.0 |

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current version (not yet released; still in development)
1+
# Release 0.13.1
22

33
## Major Features and Improvements
44

g3doc/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ other *untested* combinations may also work.
107107
|tensorflow-data-validation |tensorflow |apache-beam[gcp]|
108108
|--------------------------------------------------------------------------------------|--------------|----------------|
109109
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.11.0 |
110+
|[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |
110111
|[0.13.0](https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |
111112
|[0.12.0](https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md) |1.12 |2.10.0 |
112113
|[0.11.0](https://github.com/tensorflow/data-validation/blob/v0.11.0/RELEASE.md) |1.11 |2.8.0 |

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.14.0dev'
18+
__version__ = '0.13.1'

0 commit comments

Comments
 (0)