Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# PyPowerStore Change Log
## Version 3.4.2.0 - released on 17/03/26
- Added support for PowerStore 4.3.0.0 version

## Version 3.4.1.0 - released on 29/08/25
-added metrics.py

Expand Down
6 changes: 3 additions & 3 deletions PyPowerStore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2026, Dell Technologies
"""__init__.py."""

# pylint: disable=invalid-name

__title__ = "PyPowerStore"
__version__ = "3.4.1.0"
__version__ = "3.4.2.0"
__author__ = "Dell Technologies or its subsidiaries"
__copyright__ = "Copyright 2024 Dell Technologies"
__copyright__ = "Copyright 2026 Dell Technologies"
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2026, Dell Technologies

# Configuration file for the Sphinx documentation builder.
#
Expand Down Expand Up @@ -26,11 +26,11 @@
# -- Project information -----------------------------------------------------

project = "PyPowerStore"
copyright = "2024, Dell"
copyright = "2026, Dell"
author = "Dell"

# The full version, including alpha/beta/rc tags
release = "3.4.1.1"
release = "3.4.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="PyPowerStore",
version="3.4.2",
version="3.4.2.0",
description="Python Library for Dell PowerStore",
author="Ansible Team at Dell",
author_email="ansible.team@dell.com",
Expand Down
Loading