Skip to content

Commit

Permalink
release kfp sdk 1.8.22 (#9444)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy authored May 17, 2023
1 parent f2e312b commit f5ba021
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@

## Deprecations

## Bug Fixes and Other Changes

## Documentation Updates
# 1.8.22
## Major Features and Improvements

## Breaking Changes

### For Pipeline Authors

### For Component Authors

## Deprecations

## Bug Fixes and Other Changes
* Change `PyYAML` version requirement from `>=5.3,<6` to `>=5.3,<7` [\#9437](https://github.com/kubeflow/pipelines/pull/9437)

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.21'
__version__ = '1.8.22'

from . import components
from . import containers
Expand Down

0 comments on commit f5ba021

Please sign in to comment.