Skip to content

Commit 9508b8e

Browse files
author
GitHub Release Workflow
committed
2.3.9 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 75eca98 commit 9508b8e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.3.9] - 2024-01-19
4+
- Minor changes to fix Python 3.12 warnings with usage of raw strings
5+
- Added warning and failure totals
6+
37
## [2.3.8] - 2023-11-03
48
- Added breakout condition when tracing a definition's type tree to prevent hangs due to invalid schemas with type loops
59

redfish_service_validator/RedfishServiceValidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from urllib.parse import urlparse
1717
from collections import Counter
1818

19-
tool_version = '2.3.8'
19+
tool_version = '2.3.9'
2020

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="redfish_service_validator",
14-
version="2.3.8",
14+
version="2.3.9",
1515
description="Redfish Service Validator",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)