Skip to content

Commit 03de61a

Browse files
Update Version to 3.4.2.0 (#60)
Co-authored-by: Krunal Thakkar <121278477+Krunal-Thakkar@users.noreply.github.com>
1 parent c98e0c9 commit 03de61a

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

PyPowerStore/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright: (c) 2024, Dell Technologies
1+
# Copyright: (c) 2026, Dell Technologies
22

33
# Configuration file for the Sphinx documentation builder.
44
#
@@ -26,11 +26,11 @@
2626
# -- Project information -----------------------------------------------------
2727

2828
project = "PyPowerStore"
29-
copyright = "2024, Dell"
29+
copyright = "2026, Dell"
3030
author = "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 ---------------------------------------------------

setup.py

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

88
setup(
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",

0 commit comments

Comments
 (0)