Skip to content

Commit 2d84492

Browse files
author
GitHub Release Workflow
committed
2.1.6 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 545cab4 commit 2d84492

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## [2.1.6] - 2023-11-03
4+
- Corrected ConditionalRequirements to test Comparison and Values inside of matching ConditionalRequirements
5+
36
## [2.1.5] - 2023-10-27
47
- Refactored project to publish tool on PyPI
58

redfish_interop_validator/RedfishInteropValidator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from redfish_interop_validator.profile import getProfiles, checkProfileAgainstSchema, hashProfile
1818
from redfish_interop_validator.validateResource import validateSingleURI, validateURITree
1919

20-
tool_version = '2.1.5'
20+
tool_version = '2.1.6'
2121

2222
# Set up the custom debug levels
2323
VERBOSE1 = logging.INFO - 1

setup.py

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

1212
setup(
1313
name="redfish_interop_validator",
14-
version="2.1.5",
14+
version="2.1.6",
1515
description="Redfish Interop Validator",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)