Skip to content

Commit

Permalink
3.3.1 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 Jun 7, 2024
1 parent def628a commit 57bc28d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [3.3.1] - 2024-06-07
- Fixed change that was added for protecting from BrokenPipeError exceptions to not crash on Windows

## [3.3.0] - 2024-06-07
- Added handling for printing array properties with 'null' entries where allowed
- Removed truncation of log messages to fit the console screen in 'rf_logs.py'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run(self):

setup(
name="redfish_utilities",
version="3.3.0",
version="3.3.1",
description="Redfish Utilities",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 57bc28d

Please sign in to comment.