Skip to content

Commit

Permalink
Merge pull request #609 from 0xdabbad00/bump_version
Browse files Browse the repository at this point in the history
Bump versions; label access_check as poc
  • Loading branch information
0xdabbad00 committed Nov 27, 2019
2 parents 0569d8e + 3fb75c8 commit 5d3653d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matplotlib = "==2.2.2"
policyuniverse = "==1.1.0.1"
PyYAML = "==4.2b4"
Jinja2 = "==2.10.1"
parliament = "==0.2.3"
parliament = "==0.2.6"

[dev-packages]
autoflake = "==0.7"
Expand Down
2 changes: 1 addition & 1 deletion cloudmapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import pkgutil
import importlib

__version__ = "2.8.0"
__version__ = "2.8.1"


def show_help(commands):
Expand Down
2 changes: 1 addition & 1 deletion commands/access_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from shared.common import parse_arguments, get_current_policy_doc, make_list

__description__ = "Check who has access to a resource"
__description__ = "[proof-of-concept] Check who has access to a resource"

def replace_principal_variables(reference, principal):
"""
Expand Down

0 comments on commit 5d3653d

Please sign in to comment.