Skip to content

Commit

Permalink
chore(release): release sdk 2.0.0b6 (kubeflow#8373)
Browse files Browse the repository at this point in the history
* release sdk 2.0.0b6

* address review comments
  • Loading branch information
chensun authored Oct 18, 2022
1 parent ac02a0e commit 8df22db
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@

## Documentation updates

# 2.0.0-beta.6

## Features

## Breaking changes

## Deprecations

## Bug fixes and other changes

* Fix NamedTuple output with Dict/List bug [\#8316](https://github.com/kubeflow/pipelines/pull/8316)
* Fix PyPI typo in cli/component docstring [\#8361](https://github.com/kubeflow/pipelines/pull/8361)
* Fix "No KFP components found in file" error [\#8359](https://github.com/kubeflow/pipelines/pull/8359)
* CLI `kfp component build` generates runtime-requirements.txt [\#8372](https://github.com/kubeflow/pipelines/pull/8372)
* Throw exception for component parameter named Output [\#8367](https://github.com/kubeflow/pipelines/pull/8367)

## Documentation updates

* Improve KFP SDK reference documentation [\#8337](https://github.com/kubeflow/pipelines/pull/8337)

# 2.0.0-beta.5

## Features
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.5'
__version__ = '2.0.0-beta.6'

TYPE_CHECK = True

Expand Down

0 comments on commit 8df22db

Please sign in to comment.