Skip to content

Commit

Permalink
TFX 0.30.2 Release (#4012)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvesh09 authored Jul 9, 2021
1 parent b364cd1 commit dc7e670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.30.1
# Version 0.30.2

## Major Features and Improvements

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tfx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit dc7e670

Please sign in to comment.