Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
limor-gs committed Jan 24, 2019
1 parent 03668f9 commit 2fd55e0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cloudify_cli/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"edition": "premium",
"version": "4.5.5-.dev1"
"version": "4.5.5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >
with a local `cfy blueprints validate`
imports:
- http://www.getcloudify.org/spec/cloudify/4.5.5.dev1/types.yaml
- http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml
- ns--blueprint:test

node_templates:
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/cloudify-cosmo/[email protected].dev1#egg=cloudify-common==4.5.5.dev1
git+https://github.com/cloudify-cosmo/[email protected]#egg=cloudify-common==4.5.5
2 changes: 1 addition & 1 deletion packaging/linux/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export AWS_ACCESS_KEY_ID=$3
export AWS_ACCESS_KEY=$4
export REPO=$5
export BRANCH=$6
export CORE_TAG_NAME="4.5.5.dev1"
export CORE_TAG_NAME="4.5.5"
export CORE_BRANCH="master"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ index 2ffe55d..6e6e3cb 100644
+import_resolver:
+ parameters:
+ rules:
+ - {'http://www.getcloudify.org/spec/cloudify/4.5.5.dev1/types.yaml': 'file:/opt/cfy/types/types.yaml'}
+ - {'http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml': 'file:/opt/cfy/types/types.yaml'}
+ - {'http://www.getcloudify.org/spec/aws-plugin/1.4.10': 'file:/opt/cfy/plugins/aws-plugin'}
+ - {'http://www.getcloudify.org/spec/openstack-plugin/2.0.1': 'file:/opt/cfy/plugins/openstack-plugin'}
+ - {'http://www.getcloudify.org/spec/fabric-plugin/1.5.2': 'file:/opt/cfy/plugins/fabric-plugin'}
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export AWS_ACCESS_KEY_ID=$3
export AWS_ACCESS_KEY=$4
export REPO=$5
export BRANCH=$6
export CORE_TAG_NAME="4.5.5.dev1"
export CORE_TAG_NAME="4.5.5"
export CORE_BRANCH="master"

curl -u $GITHUB_USERNAME:$GITHUB_PASSWORD https://raw.githubusercontent.com/cloudify-cosmo/${REPO}/${CORE_BRANCH}/packages-urls/common_build_env.sh -o ./common_build_env.sh &&
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='cloudify',
version='4.5.5.dev1',
version='4.5.5',
author='Gigaspaces',
author_email='[email protected]',
packages=['cloudify_cli',
Expand Down Expand Up @@ -50,7 +50,7 @@
'requests>=2.7.0,<3.0.0',
'PrettyTable>=0.7,<0.8',
'click_didyoumean==0.0.3',
'cloudify-common==4.5.5.dev1',
'cloudify-common==4.5.5',
'backports.shutil_get_terminal_size==1.0.0',
'ipaddress==1.0.19'
]
Expand Down

0 comments on commit 2fd55e0

Please sign in to comment.