We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1404abb commit 4bf5589Copy full SHA for 4bf5589
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [1.1.0] - 2021-04-13
4
+- Allow for any encoding type
5
+
6
## [1.0.9] - 2021-01-11
7
- Added Dockerfile
8
redfishMockupCreate.py
@@ -20,7 +20,7 @@
20
import xml.etree.ElementTree as ET
21
22
# Version info
23
-tool_version = "1.0.9"
+tool_version = "1.1.0"
24
25
def main():
26
"""
0 commit comments