From fb153fff38f9233125c463daf5fa715a00b21950 Mon Sep 17 00:00:00 2001 From: sharmb5 Date: Tue, 28 May 2024 02:07:21 -0400 Subject: [PATCH] Updating Documentation for PowerStore SDK Release 3.3.0 --- ChangeLog.md | 3 +++ PyPowerStore/__init__.py | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 236158f..3b03662 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # PyPowerStore Change Log +## Version 3.3.0.0 - released on 31/05/24 +- Added the Support for ACL in SMB Share object. + ## Version 3.2.0.0 - released on 30/04/24 - Added support for PowerStore 4.0.0.0 version(Victory release). diff --git a/PyPowerStore/__init__.py b/PyPowerStore/__init__.py index 7121260..a88aaa3 100644 --- a/PyPowerStore/__init__.py +++ b/PyPowerStore/__init__.py @@ -3,6 +3,6 @@ """__init__.py.""" __title__ = 'PyPowerStore' -__version__ = '3.2.0.0' +__version__ = '3.3.0.0' __author__ = 'Dell Technologies or its subsidiaries' __copyright__ = 'Copyright 2024 Dell Technologies' diff --git a/docs/conf.py b/docs/conf.py index 0335963..7769d50 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Dell' # The full version, including alpha/beta/rc tags -release = '3.2.0.0' +release = '3.3.0.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 097491e..289e2e3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup(name='PyPowerStore', - version='3.2.0.0', + version='3.3.0.0', description='Python Library for Dell PowerStore', author='Ansible Team at Dell', author_email='ansible.team@dell.com',