From 07371eecef4ce9a4672d586d20bea5c1828783f1 Mon Sep 17 00:00:00 2001 From: Joe Garcia Date: Sun, 16 Jun 2024 14:38:04 +0000 Subject: [PATCH] Update README & bump version --- README.md | 4 ---- pyaim/version.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6bb080c..b82b842 100644 --- a/README.md +++ b/README.md @@ -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: - -- 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 - [Install](#install) diff --git a/pyaim/version.py b/pyaim/version.py index 20a8254..530bdf2 100644 --- a/pyaim/version.py +++ b/pyaim/version.py @@ -8,4 +8,4 @@ Changing triggers automatic release of a new version. """ -__version__ = '1.5.2' +__version__ = '1.5.3'