File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# PyPowerStore Change Log
2+ ## Version 3.4.2.0 - released on 17/03/26
3+ - Added support for PowerStore 4.3.0.0 version
4+
25## Version 3.4.1.0 - released on 29/08/25
36-added metrics.py
47
Original file line number Diff line number Diff line change 1- # Copyright: (c) 2024 , Dell Technologies
1+ # Copyright: (c) 2026 , Dell Technologies
22"""__init__.py."""
33
44# pylint: disable=invalid-name
55
66__title__ = "PyPowerStore"
7- __version__ = "3.4.1 .0"
7+ __version__ = "3.4.2 .0"
88__author__ = "Dell Technologies or its subsidiaries"
9- __copyright__ = "Copyright 2024 Dell Technologies"
9+ __copyright__ = "Copyright 2026 Dell Technologies"
Original file line number Diff line number Diff line change 1- # Copyright: (c) 2024 , Dell Technologies
1+ # Copyright: (c) 2026 , Dell Technologies
22
33# Configuration file for the Sphinx documentation builder.
44#
2626# -- Project information -----------------------------------------------------
2727
2828project = "PyPowerStore"
29- copyright = "2024 , Dell"
29+ copyright = "2026 , Dell"
3030author = "Dell"
3131
3232# The full version, including alpha/beta/rc tags
33- release = "3.4.1.1 "
33+ release = "3.4.2.0 "
3434
3535
3636# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 77
88setup (
99 name = "PyPowerStore" ,
10- version = "3.4.2" ,
10+ version = "3.4.2.0 " ,
1111 description = "Python Library for Dell PowerStore" ,
1212 author = "Ansible Team at Dell" ,
1313 author_email = "ansible.team@dell.com" ,
You can’t perform that action at this time.
0 commit comments