From 28b217464ba89fe77e0ac400b42ca4773b5bf98e Mon Sep 17 00:00:00 2001 From: Ning Date: Mon, 6 Jan 2020 13:15:17 -0800 Subject: [PATCH] release 0.1.39 (#2799) --- manifests/kustomize/base/kustomization.yaml | 14 +++++++------- sdk/python/kfp/__init__.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/kustomize/base/kustomization.yaml b/manifests/kustomize/base/kustomization.yaml index 640389ab2646..c54bd8587605 100644 --- a/manifests/kustomize/base/kustomization.yaml +++ b/manifests/kustomize/base/kustomization.yaml @@ -10,16 +10,16 @@ bases: images: - name: gcr.io/ml-pipeline/api-server - newTag: 0.1.38 + newTag: 0.1.39 - name: gcr.io/ml-pipeline/persistenceagent - newTag: 0.1.38 + newTag: 0.1.39 - name: gcr.io/ml-pipeline/scheduledworkflow - newTag: 0.1.38 + newTag: 0.1.39 - name: gcr.io/ml-pipeline/frontend - newTag: 0.1.38 + newTag: 0.1.39 - name: gcr.io/ml-pipeline/viewer-crd-controller - newTag: 0.1.38 + newTag: 0.1.39 - name: gcr.io/ml-pipeline/inverse-proxy-agent - newTag: 0.1.38 + newTag: 0.1.39 - name: gcr.io/ml-pipeline/visualization-server - newTag: 0.1.38 + newTag: 0.1.39 diff --git a/sdk/python/kfp/__init__.py b/sdk/python/kfp/__init__.py index d53dc0f7ddd2..a0b27767dd2e 100644 --- a/sdk/python/kfp/__init__.py +++ b/sdk/python/kfp/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.38' +__version__ = '0.1.39' from . import components from . import containers