File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.0 /" ,
4
- "title" : " 2.12.0 " ,
3
+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.1 /" ,
4
+ "title" : " 2.12.1 " ,
5
5
"aliases" : [
6
6
" stable" ,
7
7
" latest"
8
8
]
9
9
},
10
+ {
11
+ "version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.0/" ,
12
+ "title" : " 2.12.0" ,
13
+ "aliases" : []
14
+ },
10
15
{
11
16
"version" : " https://kubeflow-pipelines.readthedocs.io/en/sdk-2.11.0/" ,
12
17
"title" : " 2.11.0" ,
Original file line number Diff line number Diff line change 8
8
9
9
## Bug fixes and other changes
10
10
11
+ ## Documentation updates
12
+
13
+ # 2.12.1
14
+
15
+ ## Features
16
+
17
+ ## Breaking changes
18
+
19
+ ## Deprecations
20
+
21
+ ## Bug fixes and other changes
22
+
11
23
* Depends on ` kfp-server-api>=2.1.0,<2.5.0 ` [ \# 11685] ( https://github.com/kubeflow/pipelines/pull/11685 ) `
12
24
13
25
## Documentation updates
Original file line number Diff line number Diff line change 16
16
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
17
17
__path__ = __import__ ('pkgutil' ).extend_path (__path__ , __name__ )
18
18
19
- __version__ = '2.12.0 '
19
+ __version__ = '2.12.1 '
20
20
21
21
import sys
22
22
import warnings
You can’t perform that action at this time.
0 commit comments