bump version; update release notes; add docs (#8745)
This commit is contained in:
parent
1c7ab4c5f5
commit
edfb267790
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue