Skip to content

Commit af57dbc

Browse files
author
Idan Moyal
committed
CFY-977 bump version to 1.1
1 parent a2a9e5b commit af57dbc

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-e git+https://github.com/cloudify-cosmo/cloudify-rest-client@develop#egg=cloudify-rest-client==3.0
2-
-e git+https://github.com/cloudify-cosmo/cloudify-plugins-common@develop#egg=cloudify-plugins-common==3.0
1+
-e git+https://github.com/cloudify-cosmo/cloudify-rest-client@develop#egg=cloudify-rest-client==3.1
2+
-e git+https://github.com/cloudify-cosmo/cloudify-plugins-common@develop#egg=cloudify-plugins-common==3.1

plugin.yaml.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# WARNING:
22
# /etc/sudoers must not have "Default requiretty" for Puppet plugin to work
33

4-
5-
imports:
6-
- http://www.getcloudify.org/spec/cloudify/{{ cloudify_version }}/types.yaml
7-
84
plugins:
95
puppet_plugin:
106
derived_from: cloudify.plugins.agent_plugin

puppet_plugin/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0",
2+
"version": "1.1",
33
"build": "",
44
"date": "",
55
"commit": ""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
license='LICENSE',
3131
description='Cloudify Chef plugin',
3232
install_requires=[
33-
'cloudify-plugins-common>=3.0',
33+
'cloudify-plugins-common==3.1',
3434
],
3535
package_data={
3636
'puppet_plugin': [

0 commit comments

Comments
 (0)