Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Commit c54812e

Browse files
committed
Bump version to 1.3.1m1
1 parent 2b0a13f commit c54812e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
plugins:
55
puppet:
66
executor: host_agent
7-
source: https://github.com/cloudify-cosmo/cloudify-puppet-plugin/archive/1.3.zip
7+
source: https://github.com/cloudify-cosmo/cloudify-puppet-plugin/archive/1.3.1.zip
88
package_name: cloudify-puppet-plugin
9-
package_version: '1.3'
9+
package_version: '1.3.1'
1010

1111

1212
node_types:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
setuptools.setup(
2020
zip_safe=False,
2121
name='cloudify-puppet-plugin',
22-
version='1.3',
22+
version='1.3.1',
2323
author='ilya',
2424
author_email='[email protected]',
2525
packages=['puppet_plugin'],
2626
license='LICENSE',
2727
description='Cloudify Chef plugin',
2828
install_requires=[
29-
'cloudify-plugins-common>=3.3',
29+
'cloudify-plugins-common>=3.4a1',
3030
],
3131
package_data={
3232
'puppet_plugin': [

0 commit comments

Comments
 (0)