Skip to content

Commit

Permalink
3.1.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 Sep 1, 2023
1 parent a2f8abf commit 833aab8
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.1.9] - 2023-09-01
- Added 'rf_certificates.py' tool to manage certificates on a Redfish service

## [3.1.8] - 2023-08-14
- Added handling for password change required scenarios
- Updated 'rf_accounts.py' to directly modify a user's password when handling a password change required scenario
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):

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

0 comments on commit 833aab8

Please sign in to comment.