Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimOnPanw committed Jul 3, 2024
1 parent 6e4eecb commit 1cd2a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions prismacloud/api/cspm/_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ def user_update(self, user):
return self.execute('PUT', 'v2/user/%s' % user['email'], body_params=user)

def user_delete(self, user_id):
return self.execute('DELETE', 'user/%s' % user_id)

return self.execute('DELETE', 'user/%s' % user_id)

def user_bypass_sso(self, body_params):
return self.execute('PUT', 'user/saml/bypass', body_params=body_params)
Expand Down
2 changes: 1 addition & 1 deletion prismacloud/api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "5.2.20"
version = "5.2.21"

0 comments on commit 1cd2a2b

Please sign in to comment.