From 3d59d6114e483ca84de4c25bdfc2a08aa5abd761 Mon Sep 17 00:00:00 2001 From: Aniket Das Date: Tue, 23 Jun 2026 18:49:36 +0530 Subject: [PATCH] Updating Docs for 3.5.0 --- ChangeLog.md | 4 ++++ PyPowerStore/__init__.py | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4d0996e..7abcae5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,8 @@ # PyPowerStore Change Log +## Version 3.5.0.0 - released on 23/06/26 +- Added QoS functionalities +- Added is_secure parameter to snapshot and snapshot rule methods + ## Version 3.4.2.0 - released on 17/03/26 - Added support for PowerStore 4.3.0.0 version diff --git a/PyPowerStore/__init__.py b/PyPowerStore/__init__.py index 802c3c8..3d75992 100644 --- a/PyPowerStore/__init__.py +++ b/PyPowerStore/__init__.py @@ -4,6 +4,6 @@ # pylint: disable=invalid-name __title__ = "PyPowerStore" -__version__ = "3.4.2.0" +__version__ = "3.5.0.0" __author__ = "Dell Technologies or its subsidiaries" __copyright__ = "Copyright 2026 Dell Technologies" diff --git a/docs/conf.py b/docs/conf.py index 0287197..aba9c30 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ author = "Dell" # The full version, including alpha/beta/rc tags -release = "3.4.2.0" +release = "3.5.0.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a9ac24b..1efcf06 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="PyPowerStore", - version="3.4.2.0", + version="3.5.0.0", description="Python Library for Dell PowerStore", author="Ansible Team at Dell", author_email="ansible.team@dell.com",