chore(sdk): release KFP SDK 2.0.0b8 (#8508)
* update release notes * bump version * add beta 8 to docs; remove beta 7
This commit is contained in:
parent
834bfbe90a
commit
249e7af384
|
|
@ -137,8 +137,8 @@ html_theme_options = {
|
|||
'aliases': [],
|
||||
},
|
||||
{
|
||||
'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b7/',
|
||||
'title': 'v2.0.0b7',
|
||||
'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b8/',
|
||||
'title': 'v2.0.0b8',
|
||||
'aliases': [],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,6 +9,19 @@
|
|||
## Bug fixes and other changes
|
||||
|
||||
|
||||
## Documentation updates
|
||||
# 2.0.0-beta.8
|
||||
|
||||
## Features
|
||||
|
||||
## Breaking changes
|
||||
|
||||
## Deprecations
|
||||
|
||||
## Bug fixes and other changes
|
||||
* Fix client methods [\#8507](https://github.com/kubeflow/pipelines/pull/8507)
|
||||
|
||||
|
||||
## Documentation updates
|
||||
# 2.0.0-beta.7
|
||||
|
||||
|
|
|
|||
|
|
@ -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.7'
|
||||
__version__ = '2.0.0-beta.8'
|
||||
|
||||
TYPE_CHECK = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue