File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
tensorflow_data_validation Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ other *untested* combinations may also work.
109
109
| tensorflow-data-validation | tensorflow | apache-beam[ gcp] |
110
110
| --------------------------------------------------------------------------------------| --------------| ----------------|
111
111
| [ 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 |
112
113
| [ 0.13.0] ( https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0 |
113
114
| [ 0.12.0] ( https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md ) | 1.12 | 2.10.0 |
114
115
| [ 0.11.0] ( https://github.com/tensorflow/data-validation/blob/v0.11.0/RELEASE.md ) | 1.11 | 2.8.0 |
Original file line number Diff line number Diff line change 1
- # Current version (not yet released; still in development)
1
+ # Release 0.13.1
2
2
3
3
## Major Features and Improvements
4
4
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ other *untested* combinations may also work.
107
107
| tensorflow-data-validation | tensorflow | apache-beam[ gcp] |
108
108
| --------------------------------------------------------------------------------------| --------------| ----------------|
109
109
| [ 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 |
110
111
| [ 0.13.0] ( https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0 |
111
112
| [ 0.12.0] ( https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md ) | 1.12 | 2.10.0 |
112
113
| [ 0.11.0] ( https://github.com/tensorflow/data-validation/blob/v0.11.0/RELEASE.md ) | 1.11 | 2.8.0 |
Original file line number Diff line number Diff line change 15
15
"""Contains the version string of TFDV."""
16
16
17
17
# Note that setup.py uses this version.
18
- __version__ = '0.14.0dev '
18
+ __version__ = '0.13.1 '
You can’t perform that action at this time.
0 commit comments