Skip to content

Commit

Permalink
1.2.5 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Release Workflow <>
  • Loading branch information
GitHub Release Workflow committed May 3, 2024
1 parent 3030f65 commit 6daea33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.2.5] - 2024-05-03
- Updated existing tests to align with version 1.20.0 of the Redfish Specification
- Added methods to gracefully handle invalid JSON responses

## [1.2.4] - 2024-04-19
- Added conditional checking of the 'WWW-Authenticate' header based on the value of the 'HTTPBasicAuth' property

Expand Down
2 changes: 1 addition & 1 deletion redfish_protocol_validator/console_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from redfish_protocol_validator.constants import Result
from redfish_protocol_validator.system_under_test import SystemUnderTest

tool_version = '1.2.4'
tool_version = '1.2.5'


def perform_tests(sut: SystemUnderTest):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="redfish_protocol_validator",
version="1.2.4",
version="1.2.5",
description="Redfish Protocol Validator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6daea33

Please sign in to comment.