Skip to content

Commit 5d3653d

Browse files
authored
Merge pull request #609 from 0xdabbad00/bump_version
Bump versions; label access_check as poc
2 parents 0569d8e + 3fb75c8 commit 5d3653d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matplotlib = "==2.2.2"
1515
policyuniverse = "==1.1.0.1"
1616
PyYAML = "==4.2b4"
1717
Jinja2 = "==2.10.1"
18-
parliament = "==0.2.3"
18+
parliament = "==0.2.6"
1919

2020
[dev-packages]
2121
autoflake = "==0.7"

cloudmapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import pkgutil
3131
import importlib
3232

33-
__version__ = "2.8.0"
33+
__version__ = "2.8.1"
3434

3535

3636
def show_help(commands):

commands/access_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from shared.common import parse_arguments, get_current_policy_doc, make_list
1717

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

2020
def replace_principal_variables(reference, principal):
2121
"""

0 commit comments

Comments
 (0)