Skip to content

Commit

Permalink
chore(sdk): Release KFP SDK 1.8.9 off sdk/release-1.8 branch (#6864)
Browse files Browse the repository at this point in the history
* Update RELEASE.md

* Update __init__.py
  • Loading branch information
chensun authored Nov 4, 2021
1 parent dea0823 commit bb9db6a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,36 @@

## Documentation Updates

# 1.8.9

## Major Features and Improvements

* N/A

## Breaking Changes

* N/A

### For Pipeline Authors

* N/A

### For Component Authors

* N/A

## Deprecations

* N/A

## Bug Fixes and Other Changes

* Make `Artifact` type be compatible with any sub-artifact types bidirectionally [\#6859](https://github.com/kubeflow/pipelines/pull/6859)

## Documentation Updates

* N/A

# 1.8.8

## Major Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/kfp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
__path__ = __import__("pkgutil").extend_path(__path__, __name__)

__version__ = '1.8.7'
__version__ = '1.8.9'

from . import components
from . import containers
Expand Down

0 comments on commit bb9db6a

Please sign in to comment.