Skip to content

Commit

Permalink
chore: restore KFP SDK version to 1.6.2, decouple SDK release from KF…
Browse files Browse the repository at this point in the history
…P main release. (#5739)

* Update __init__.py

* Update bump-version-in-place.sh
  • Loading branch information
chensun authored May 27, 2021
1 parent ebf5310 commit 1db9db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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__ = '1.6.0'
__version__ = '1.6.2'

from . import components
from . import containers
Expand Down
3 changes: 2 additions & 1 deletion test/release/bump-version-in-place.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ sed -i.bak -e 's|\([ (]\)#\([0-9]\+\)|\1[\\#\2](https://github.com/kubeflow/pipe
"$REPO_ROOT/components/release-in-place.sh" $TAG_NAME
"$REPO_ROOT/manifests/gcp_marketplace/hack/release.sh" $TAG_NAME
"$REPO_ROOT/manifests/kustomize/hack/release.sh" $TAG_NAME
"$REPO_ROOT/sdk/hack/release.sh" $TAG_NAME
# De-couple SDK release for now.
# "$REPO_ROOT/sdk/hack/release.sh" $TAG_NAME
"$REPO_ROOT/backend/api/hack/generator.sh"
"$REPO_ROOT/backend/api/build_kfp_server_api_python_package.sh"

0 comments on commit 1db9db5

Please sign in to comment.