Skip to content

Commit

Permalink
chore(sdk): release kfp sdk 2.12.1 (#11715)
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Sun <[email protected]>
  • Loading branch information
chensun authored Feb 28, 2025
1 parent b5c2043 commit 1956d69
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[
{
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.0/",
"title": "2.12.0",
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.1/",
"title": "2.12.1",
"aliases": [
"stable",
"latest"
]
},
{
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.0/",
"title": "2.12.0",
"aliases": []
},
{
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.11.0/",
"title": "2.11.0",
Expand Down
12 changes: 12 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

## Bug fixes and other changes

## Documentation updates

# 2.12.1

## Features

## Breaking changes

## Deprecations

## Bug fixes and other changes

* Depends on `kfp-server-api>=2.1.0,<2.5.0` [\#11685](https://github.com/kubeflow/pipelines/pull/11685)`

## Documentation updates
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/kfp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0'
__version__ = '2.12.1'

import sys
import warnings
Expand Down

0 comments on commit 1956d69

Please sign in to comment.