Skip to content

Commit

Permalink
Merge pull request #239 from ChrisTowles/feature/update-iam-definition
Browse files Browse the repository at this point in the history
chore: update iam_definition on 2024-03-13
  • Loading branch information
rjcassara- committed May 13, 2024
2 parents 57f4564 + 0422447 commit f208758
Show file tree
Hide file tree
Showing 4 changed files with 100,357 additions and 75,178 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ dist/
parliament/private_auditors
tmp/*
.idea/*
.vscode
.vscode

# generated documentation folder
docs/
3 changes: 2 additions & 1 deletion parliament/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
This library is a linter for AWS IAM policies.
"""
__version__ = "1.6.2"

__version__ = "1.6.3"

import fnmatch
import functools
Expand Down

0 comments on commit f208758

Please sign in to comment.