Skip to content

Commit 6daea33

Browse files
author
GitHub Release Workflow
committed
1.2.5 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 3030f65 commit 6daea33

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.2.5] - 2024-05-03
4+
- Updated existing tests to align with version 1.20.0 of the Redfish Specification
5+
- Added methods to gracefully handle invalid JSON responses
6+
37
## [1.2.4] - 2024-04-19
48
- Added conditional checking of the 'WWW-Authenticate' header based on the value of the 'HTTPBasicAuth' property
59

redfish_protocol_validator/console_scripts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from redfish_protocol_validator.constants import Result
2626
from redfish_protocol_validator.system_under_test import SystemUnderTest
2727

28-
tool_version = '1.2.4'
28+
tool_version = '1.2.5'
2929

3030

3131
def perform_tests(sut: SystemUnderTest):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="redfish_protocol_validator",
14-
version="1.2.4",
14+
version="1.2.5",
1515
description="Redfish Protocol Validator",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)