Skip to content

Commit 88ade6c

Browse files
author
Madda
committed
1.1.0 Release
1 parent c03768c commit 88ade6c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cluster network. You can install the package either by using an RPM or by using
4848
#### Installing using an RPM
4949
Run the following command:
5050
```bash
51-
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.0.17/ga-release/cloudify-cluster-manager-1.0.17-ga.el7.x86_64.rpm
51+
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.0/ga-release/cloudify-cluster-manager-1.1.0-ga.el7.x86_64.rpm
5252

5353
# Installing haveged to avoid hanging executions
5454
sudo yum install -y epel-release

packaging/version_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.0.17
1+
export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_readme_contents():
2828
name='cloudify-cluster-manager',
2929
long_description=get_readme_contents(),
3030
long_description_content_type='text/markdown',
31-
version='1.0.17',
31+
version='1.1.0',
3232
author='Cloudify',
3333
author_email='cosmo-admin@cloudify.co',
3434
packages=['cfy_cluster_manager'],

0 commit comments

Comments
 (0)