Skip to content

Commit

Permalink
update version to 0.5.0 (kubeflow#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongye-sun authored Apr 22, 2020
1 parent 241671f commit 3dbbb16
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
spec:
descriptor:
type: Kubeflow Pipelines
version: '0.4.0'
version: '0.5.0'
description: |-
Reusable end-to-end ML workflow
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions manifests/gcp_marketplace/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
x-google-marketplace:
schemaVersion: v2
applicationApiVersion: v1beta1
publishedVersion: '0.4.0'
publishedVersion: '0.5.0'
publishedVersionMetadata:
releaseNote: >-
Based on 0.4.0 version.
Based on 0.5.0 version.
releaseTypes:
- Feature
recommended: false
Expand Down
4 changes: 2 additions & 2 deletions manifests/kustomize/base/params.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appName=pipeline
appVersion=0.4.0
imageTag=0.4.0
appVersion=0.5.0
imageTag=0.5.0
imagePrefix=gcr.io/ml-pipeline
dbHost=mysql
dbPort=3306
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 @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.4.0'
__version__ = '0.5.0'

from . import components
from . import containers
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# kfp-server-api package is released. Update the lower version when there is
# a breaking change in kfp-server-api, or kfp sdk depends on new api changes
# in kfp-server-api.
'kfp-server-api>=0.2.5, <0.4.0',
'kfp-server-api>=0.2.5, <0.6.0',
'argo-models == 2.2.1a', #2.2.1a is equivalent to argo 2.2.1
'jsonschema >= 3.0.1',
'tabulate',
Expand Down

0 comments on commit 3dbbb16

Please # to comment.