Skip to content

Commit 3f27603

Browse files
tf-transform-teamtf-transform-team
tf-transform-team
authored and
tf-transform-team
committed
Prepares TFT 0.21.2 release.
PiperOrigin-RevId: 298923007
1 parent 92bf190 commit 3f27603

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ other *untested* combinations may also work.
6060
tensorflow-transform | tensorflow | apache-beam[gcp]
6161
------------------------------------------------------------------------------- | ----------------- | ----------------
6262
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.17.0
63-
[0.21.1](https://github.com/tensorflow/transform/blob/v0.21.1/RELEASE.md) | 1.15 / 2.1 | 2.17.0
63+
[0.21.2](https://github.com/tensorflow/transform/blob/v0.21.2/RELEASE.md) | 1.15 / 2.1 | 2.17.0
6464
[0.21.0](https://github.com/tensorflow/transform/blob/v0.21.0/RELEASE.md) | 1.15 / 2.1 | 2.17.0
6565
[0.15.0](https://github.com/tensorflow/transform/blob/v0.15.0/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6666
[0.14.0](https://github.com/tensorflow/transform/blob/v0.14.0/RELEASE.md) | 1.14 | 2.14.0

RELEASE.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
<!-- mdformat off(mdformat causes unwanted indentation changes) -->
22

3-
# Current version (not yet released; still in development)
4-
5-
## Major Features and Improvements
6-
7-
## Bug Fixes and Other Changes
8-
9-
## Breaking changes
10-
11-
## Deprecations
12-
13-
# Release 0.21.1
3+
# Release 0.21.2
144

155
## Major Features and Improvements
166
* Expanded capability for per-key analyzers to analyze larger sets of keys that
@@ -31,6 +21,7 @@
3121

3222
## Deprecations
3323

24+
3425
# Release 0.21.0
3526

3627
## Major Features and Improvements

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ other *untested* combinations may also work.
5757
tensorflow-transform | tensorflow | apache-beam[gcp]
5858
------------------------------------------------------------------------------- | ----------------- | ----------------
5959
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.17.0
60-
[0.21.1](https://github.com/tensorflow/transform/blob/v0.21.1/RELEASE.md) | 1.15 / 2.1 | 2.17.0
60+
[0.21.2](https://github.com/tensorflow/transform/blob/v0.21.2/RELEASE.md) | 1.15 / 2.1 | 2.17.0
6161
[0.21.0](https://github.com/tensorflow/transform/blob/v0.21.0/RELEASE.md) | 1.15 / 2.1 | 2.17.0
6262
[0.15.0](https://github.com/tensorflow/transform/blob/v0.15.0/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6363
[0.14.0](https://github.com/tensorflow/transform/blob/v0.14.0/RELEASE.md) | 1.14 | 2.14.0

tensorflow_transform/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TF.Transform."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.22.0dev'
17+
__version__ = '0.21.2'

0 commit comments

Comments
 (0)