Skip to content

Commit 89972ff

Browse files
committed
bumps version to 2.1.1
1 parent 22aa5de commit 89972ff

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This is a monitoring/inventory plugin to check components and
6969
health status of systems which support Redfish.
7070
It will also create a inventory of all components of a system.
7171
72-
Version: 2.1.0 (2026-01-14)
72+
Version: 2.1.1 (2026-02-15)
7373
7474
mandatory arguments:
7575
-H HOST, --host HOST define the host to request. To change the port just

check_redfish.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
It will also create a inventory of all components of a system.
1515
"""
1616

17-
__version__ = "2.1.0"
18-
__version_date__ = "2026-01-14"
17+
__version__ = "2.1.1"
18+
__version_date__ = "2026-02-15"
1919
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
2020
__description__ = "Check Redfish Plugin"
2121
__license__ = "MIT"

setup.py

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

33
setup(
44
name='check_redfish',
5-
version='2.1.0',
5+
version='2.1.1',
66
author='bb-Ricardo',
77
author_email='ricardo@bitchbrothers.com',
88
description='A monitoring/inventory plugin to check components and health status of systems which support Redfish.',

0 commit comments

Comments
 (0)