Skip to content

Commit

Permalink
Update to cfn-flip 1.0.2 (#1003)
Browse files Browse the repository at this point in the history
cfn-flip 1.0.2 fixes the issue where zero-prefixed strings are not quoted which confuses the CloudFormation service
  • Loading branch information
stilvoid authored and phobologic committed May 22, 2018
1 parent 661e68a commit 8b1cae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def readme():
license="New BSD license",
packages=['troposphere', 'troposphere.openstack', 'troposphere.helpers'],
scripts=['scripts/cfn', 'scripts/cfn2py'],
install_requires=["cfn_flip>=0.2.5"],
install_requires=["cfn_flip>=1.0.2"],
test_suite="tests",
tests_require=["awacs"],
extras_require={'policy': ['awacs']},
Expand Down

0 comments on commit 8b1cae6

Please sign in to comment.