Skip to content

Commit

Permalink
1.1.5 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed Aug 6, 2021
1 parent b29e992 commit 02e5c79
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

## [1.1.5] - 2021-08-06
- Added --workaround flag to rf_bios_settings.py to attempt workaround logic for non-conformant services
- Added trailing slash checking in URI parsing of collections when extracting member identifiers

## [1.1.4] - 2021-05-14
- Added helper routines to collect identifiers for systems, managers, and Ethernet interfaces for managers
- Modified collection searching routines to leverage standardized URI patterns to minimize the number of transactions performed
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_utilities",
version = "1.1.4",
version = "1.1.5",
description = "Redfish Utilities",
long_description = long_description,
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 02e5c79

Please sign in to comment.