Skip to content

Commit 48e42d6

Browse files
Revised version number for release
1 parent c98e0c9 commit 48e42d6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PyPowerStore Change Log
2-
## Version 3.4.1.0 - released on 29/08/25
2+
## Version 3.4.2.0 - released on 29/08/25
33
-added metrics.py
44

5-
## Version 3.4.1.0 - released on 29/04/25
5+
## Version 3.4.2.0 - released on 29/04/25
66
- Fix authentication issue
77
- Correct id name of update_smb_share
88

PyPowerStore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
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"
99
__copyright__ = "Copyright 2024 Dell Technologies"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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)