python-odml
python-odml copied to clipboard
Changing info.FORMAT_VERSION leads to parser errors
When updating the info.json FORMAT_VERSION, both dict and xml parser will break on all older version files even if format changes are backwards compatible.
The current format version handling needs to be refactored to support more fine grained support for odml files of different format versions.