Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
earthmant committed May 15, 2018
1 parent 79b9f36 commit e7f9e71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.2.0:
- Add Modify Instance Attribute functionality.

2.1.2:
- Correct sequence of nics.

Expand Down
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ plugins:

awssdk:
executor: central_deployment_agent
source: https://github.com/cloudify-incubator/cloudify-awssdk-plugin/archive/2.1.2.zip
source: https://github.com/cloudify-incubator/cloudify-awssdk-plugin/archive/2.2.0.zip
package_name: cloudify-awssdk-plugin
package_version: '2.1.2'
package_version: '2.2.0'

data_types:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='cloudify-awssdk-plugin',
version='2.1.2',
version='2.2.0',
license='LICENSE',
packages=find_packages(exclude=['tests*']),
description='A Cloudify plugin for AWS',
Expand Down

0 comments on commit e7f9e71

Please sign in to comment.