Skip to content

Commit

Permalink
Update README & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
infamousjoeg authored Jun 16, 2024
1 parent 230a133 commit 07371ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
This project simplifies the interaction between a Python 3 application or script and CyberArk's Application Access Manager's Credential Provider using the appropriate CLIPasswordSDK executable for the Operating System being used. By simplifying this process, developers are only required to change four (4) lines of code in their Python 3 applications and scripts to securely retrieve privileged secrets from CyberArk's Privileged Access Security (PAS) Core Solution as opposed to thirty or more (30+) without the use of this provided Client Library.

### New in Version 1.5.1: <!-- omit from toc -->

- Added support for custom service path during initialization of the CCPPasswordREST() class. [See documentation below for more details.](#example-with-custom-service-path)

## Table of Contents <!-- omit from toc -->

- [Install](#install)
Expand Down
2 changes: 1 addition & 1 deletion pyaim/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
Changing triggers automatic release of a new version.
"""

__version__ = '1.5.2'
__version__ = '1.5.3'

0 comments on commit 07371ee

Please sign in to comment.