Skip to content

Commit 745e5ac

Browse files
authored
Merge pull request #2171 from dhruvesh09/r0.22.0
R0.22.0
2 parents 9241d9d + 622e796 commit 745e5ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@
1111
* Depends on `ml-metadata>=0.22.1,<0.23.0`.
1212

1313
## Breaking changes
14+
N/A
1415

1516
### For pipeline authors
17+
N/A
1618

1719
### For component authors
20+
N/A
1821

1922
## Documentation updates
23+
N/A
2024

2125
## Deprecations
26+
N/A

tfx/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 TFX."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '0.22.1-rc1'
18+
__version__ = '0.22.1'

0 commit comments

Comments
 (0)