diff --git a/ChangeLog.md b/ChangeLog.md index 817f388..b1a997a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # PyPowerFlex Change Log +## Version 1.14.1 - released on 13/06/25 +- Added support for custom volume type for volume operations. + ## Version 1.14.0 - released on 05/12/24 - Added support for managing NVME over TCP entities including SDT and NVMe Host. diff --git a/catalog-info.yaml b/catalog-info.yaml index d0c4464..0abdc46 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,3 +1,4 @@ +--- # nonk8s apiVersion: backstage.io/v1alpha1 kind: Component diff --git a/setup.py b/setup.py index 999daad..bf8b340 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Dell Inc. or its subsidiaries. +# Copyright (c) 2025 Dell Inc. or its subsidiaries. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -21,7 +21,7 @@ setup( name='PyPowerFlex', - version='1.14.0', + version='1.14.1', description='Python library for Dell PowerFlex', author='Ansible Team at Dell', author_email='ansible.team@dell.com',