bump version; update release notes; add docs (#8745)

This commit is contained in:
Connor McCarthy 2023-01-20 12:56:56 -08:00 committed by GitHub
parent 1c7ab4c5f5
commit edfb267790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View File

@ -136,6 +136,11 @@ html_theme_options = {
'title': 'master',
'aliases': [],
},
{
'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b11/',
'title': 'v2.0.0b11',
'aliases': [],
},
{
'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b10/',
'title': 'v2.0.0b10',

View File

@ -6,6 +6,17 @@
## Deprecations
## Bug fixes and other changes
## Documentation updates
# 2.0.0-beta.11
## Features
## Breaking changes
## Deprecations
## Bug fixes and other changes
* Accepts `PyYAML<7` in addition to `PyYAML>=5.3,<6` [\#8665](https://github.com/kubeflow/pipelines/pull/8665)
* Remove v1 dependencies from SDK v2 [\#8668](https://github.com/kubeflow/pipelines/pull/8668)

View File

@ -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.10'
__version__ = '2.0.0-beta.11'
TYPE_CHECK = True