-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#26 - Fix IAM sync crash due to "Action" not being defined on a polic…
…y Statement (#27) * #26 - Fix IAM sync crash due to "Action" not being defined on a policy Statement * Pre-release version to 0.2.2rc1
- Loading branch information
Alex Chantavy
authored
Mar 28, 2019
1 parent
3ba71b0
commit a4e8a61
Showing
2 changed files
with
19 additions
and
18 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from setuptools import setup, find_packages | ||
|
||
__version__ = '0.2.1' | ||
__version__ = '0.2.2rc1' | ||
|
||
|
||
setup( | ||
|