diff --git a/RELEASE.md b/RELEASE.md index a3d7fd4bae..6369cf82f6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# Version 0.30.1 +# Version 0.30.2 ## Major Features and Improvements @@ -22,9 +22,7 @@ ## Bug Fixes and Other Changes -* Fix resolver artifact filter in TFX -> KFP IR compiler with OP filter syntax. -* Forces keyword arguments for AirflowComponent to make it compatible with - Apache Airflow 2.1.0 and later. +* Update resolver query in TFX -> KFP IR compiler with vertex placeholder syntax ## Documentation Updates diff --git a/tfx/version.py b/tfx/version.py index 3cebbfb7fc..d4bdfcad84 100644 --- a/tfx/version.py +++ b/tfx/version.py @@ -15,4 +15,4 @@ """Contains the version string of TFX.""" # Note that setup.py uses this version. -__version__ = '0.30.1' +__version__ = '0.30.2'