Release v0.11.2
Bugs
#34: Issue on migrating config files having 'null' properties
For configuration files in the old format having fields with "property" attribute set to null, the field will not be upgraded to the newer version.
"fields": {
"attributeValue#0": {
"property": null,
"type": "string",
"used": true,
"value": "artifact"
}
}
This results in the error message:
ERROR: ValueError(u"Missing 'source' property in field 'xxxxxx' of entity 'xxxxxx'",)
The bug is fixed and the configuration files will be upgraded to the new version, now.