Skip to content

Commit

Permalink
3.3.0 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 09f8f07 commit 525caa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [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'

## [3.2.9] - 2024-05-31
- Added protection from BrokenPipeError exceptions when piping rf_logs.py output

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.2.9",
version="3.3.0",
description="Redfish Utilities",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 525caa9

Please sign in to comment.