Skip to content

Commit 1956d69

Browse files
authored
chore(sdk): release kfp sdk 2.12.1 (#11715)
Signed-off-by: Chen Sun <chensun@users.noreply.github.com>
1 parent b5c2043 commit 1956d69

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

docs/versions.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[
22
{
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",
55
"aliases": [
66
"stable",
77
"latest"
88
]
99
},
10+
{
11+
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.0/",
12+
"title": "2.12.0",
13+
"aliases": []
14+
},
1015
{
1116
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.11.0/",
1217
"title": "2.11.0",

sdk/RELEASE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

99
## Bug fixes and other changes
1010

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+
1123
* Depends on `kfp-server-api>=2.1.0,<2.5.0` [\#11685](https://github.com/kubeflow/pipelines/pull/11685)`
1224

1325
## Documentation updates

sdk/python/kfp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
1717
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
1818

19-
__version__ = '2.12.0'
19+
__version__ = '2.12.1'
2020

2121
import sys
2222
import warnings

0 commit comments

Comments
 (0)