We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af2f57 commit 3dc5cf1Copy full SHA for 3dc5cf1
ChangeLog.md
@@ -1,5 +1,8 @@
1
# PyPowerFlex Change Log
2
3
+## Version 1.13.0 - released on 28/10/24
4
+- Fixed storage pool get_sdss function to return the correct data.
5
+
6
## Version 1.12.0 - released on 31/05/24
7
- Enhanced the storage pool module by adding support for more functionalities.
8
- Added support for PowerFlex Onyx(4.6.x).
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='PyPowerFlex',
20
- version='1.12.0',
+ version='1.13.0',
21
description='Python library for Dell PowerFlex',
22
author='Ansible Team at Dell',
23
author_email='[email protected]',
0 commit comments