Skip to content

Commit

Permalink
chore(sdk): bump kfp version to 2.0.0-beta.3 (#8149)
Browse files Browse the repository at this point in the history
* update release notes

* bump version
  • Loading branch information
connor-mccarthy authored Aug 17, 2022
1 parent 7ce1d37 commit 41b69fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@

## Bug Fixes and Other Changes

## Documentation Updates
# 2.0.0-beta.3

## Major Features and Improvements

## Breaking Changes

### For Pipeline Authors

### For Component Authors
* Add support for ConcatPlaceholder and IfPresentPlaceholder in containerized component [\#8145](https://github.com/kubeflow/pipelines/pull/8145)
## Deprecations

## Bug Fixes and Other Changes

## Documentation Updates

# 2.0.0-beta.2
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__ = '2.0.0-beta.2'
__version__ = '2.0.0-beta.3'

TYPE_CHECK = True

Expand Down

0 comments on commit 41b69fd

Please sign in to comment.