Skip to content

Commit e635fde

Browse files
committed
Bump version to 1.1.4
1 parent 41f02e2 commit e635fde

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.1.3/ga-release/cloudify-cluster-manager-1.1.3-ga.el7.x86_64.rpm
51+
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.4/ga-release/cloudify-cluster-manager-1.1.4-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.1.3
1+
export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.1.4

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.1.3',
31+
version='1.1.4',
3232
author='Cloudify',
3333
author_email='cosmo-admin@cloudify.co',
3434
packages=['cfy_cluster_manager'],

0 commit comments

Comments
 (0)