Skip to content

Commit d590af9

Browse files
authored
Merge pull request #27 from dell/update-version-and-changelog
Update changelog and bump up version for 1.14.0
2 parents 3faca90 + d5471df commit d590af9

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# PyPowerFlex Change Log
22

3+
## Version 1.14.0 - released on 05/12/24
4+
- Added support for managing NVME over TCP entities including SDT and NVMe Host.
5+
36
## Version 1.13.0 - released on 28/10/24
47
- Fixed storage pool get_sdss function to return the correct data.
58

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ python setup.py install
4040
* StoragePool
4141
* AccelerationPool
4242
* Sdc
43+
* NvmeHost
4344
* FaultSet
4445
* Volume
4546
* ManagedDevice

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='PyPowerFlex',
20-
version='1.13.0',
20+
version='1.14.0',
2121
description='Python library for Dell PowerFlex',
2222
author='Ansible Team at Dell',
2323
author_email='ansible.team@dell.com',

0 commit comments

Comments
 (0)