Skip to content

Commit 8180808

Browse files
committed
1.1.1 versioning
1 parent 1579d7b commit 8180808

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [1.1.1] - 2021-04-23
4+
- Added capturing of response information when a resource cannot be parsed
5+
36
## [1.1.0] - 2021-04-13
47
- Allow for any encoding type
58

redfishMockupCreate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import xml.etree.ElementTree as ET
2121

2222
# Version info
23-
tool_version = "1.1.0"
23+
tool_version = "1.1.1"
2424

2525
def main():
2626
"""

0 commit comments

Comments
 (0)