Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Jul 13, 2023
1 parent a541e98 commit 61b8c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chaosazure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"init_website_management_client", "init_resource_graph_client", "init_netapp_management_client",
"init_storage_management_client"
]
__version__ = '0.15.4'
__version__ = '0.16.0'


def discover(discover_system: bool = True) -> Discovery:
Expand Down Expand Up @@ -209,7 +209,7 @@ def init_netapp_management_client(
credential=authentication,
credential_scopes=scopes,
subscription_id=configuration.get(
'subscription_id', os.getenv("AZURE_SUBSCRIPTION_ID")),
'subscription_id', os.getenv("fi")),
base_url=base_url)

return client
Expand Down

0 comments on commit 61b8c00

Please sign in to comment.