-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added bootstrap_spoke_as and updated betterboto version
- Loading branch information
1 parent
b05f1c7
commit 3ff56fd
Showing
3 changed files
with
33 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ Jinja2==2.10.1 | |
click==7.0 | ||
boto3==1.9.102 | ||
pykwalify==1.7.0 | ||
better-boto==0.6.9 | ||
better-boto==0.6.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
setuptools.setup( | ||
name="aws-service-catalog-puppet", | ||
version="0.0.21", | ||
version="0.0.22", | ||
author="Eamonn Faherty", | ||
author_email="[email protected]", | ||
description="Making it easier to deploy ServiceCatalog products", | ||
|