Skip to content

Commit

Permalink
release 2.0.0b16 (#9325)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy authored May 4, 2023
1 parent c437004 commit 58ebd20
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
'title': 'master',
'aliases': [],
},
{
'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b16/',
'title': 'v2.0.0b16',
'aliases': [],
},
{
'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b15/',
'title': 'v2.0.0b15',
Expand Down
12 changes: 12 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

## Deprecations

## Bug fixes and other changes

## Documentation updates
# 2.0.0-beta.16

## Features
* Allow user to specify platform when building container components [\#9212](https://github.com/kubeflow/pipelines/pull/9212)

## Breaking changes

## Deprecations

## Bug fixes and other changes
* Fix appengine import error [\#9323](https://github.com/kubeflow/pipelines/pull/9323)

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.15'
__version__ = '2.0.0-beta.16'

TYPE_CHECK = True

Expand Down

0 comments on commit 58ebd20

Please sign in to comment.