We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1579d7b commit 8180808Copy full SHA for 8180808
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [1.1.1] - 2021-04-23
4
+- Added capturing of response information when a resource cannot be parsed
5
+
6
## [1.1.0] - 2021-04-13
7
- Allow for any encoding type
8
redfishMockupCreate.py
@@ -20,7 +20,7 @@
20
import xml.etree.ElementTree as ET
21
22
# Version info
23
-tool_version = "1.1.0"
+tool_version = "1.1.1"
24
25
def main():
26
"""
0 commit comments