Skip to content

Commit

Permalink
1.2.6 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 Jul 19, 2024
1 parent be0b7e8 commit e2f2866
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.6] - 2024-07-19
- Added common entry points to invoking HTTP operations to gracefully handle exception cases
- Updated logic when walking the data model to better handle cases where services do not correctly follow schema definitions

## [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
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.5'
tool_version = '1.2.6'


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.5",
version="1.2.6",
description="Redfish Protocol Validator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e2f2866

Please sign in to comment.