Skip to content

Commit

Permalink
2.3.9 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 Jan 19, 2024
1 parent 75eca98 commit 9508b8e
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

## [2.3.9] - 2024-01-19
- Minor changes to fix Python 3.12 warnings with usage of raw strings
- Added warning and failure totals

## [2.3.8] - 2023-11-03
- Added breakout condition when tracing a definition's type tree to prevent hangs due to invalid schemas with type loops

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.8'
tool_version = '2.3.9'

# 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.8",
version="2.3.9",
description="Redfish Service Validator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9508b8e

Please sign in to comment.