Skip to content

Commit

Permalink
2.3.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 Sep 22, 2023
1 parent 75d16c0 commit 471ef13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [2.3.6] - 2023-09-22
- Updated regex used to determine if a property is an array to not collide with the collection capabilities term

## [2.3.5] - 2023-09-08
- Made change to allow for action names to be annotated

Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/RedfishServiceValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from urllib.parse import urlparse
from collections import Counter

tool_version = '2.3.5'
tool_version = '2.3.6'

# Set up the custom debug levels
VERBOSE1=logging.INFO-1
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_service_validator",
version="2.3.5",
version="2.3.6",
description="Redfish Service Validator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 471ef13

Please sign in to comment.