Skip to content

Commit

Permalink
Updating Documentation for PowerStore SDK Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavneet-Sharma committed May 28, 2024
1 parent 542f879 commit fb153ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fb153ff

Please sign in to comment.