chore(sdk): Release KFP SDK 1.8.9 off `sdk/release-1.8` branch (#6864)

* Update RELEASE.md

* Update __init__.py
This commit is contained in:
Chen Sun 2021-11-03 23:00:21 -07:00 committed by GitHub
parent dea0823fe8
commit bb9db6a19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 1 deletions

View File

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

View File

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