Hi,
I'm excited to share with you all the next incarnation of Open Metadata!. Mainly bug-fixes from an end-user point of view, however all data is now written in Json, as opposed to the previous ad-hoc method (i.e. directly writing the string version of whatever data-type, e.g. True became "True") which didn't convert too well in some cases, but most importantly wouldn't convert at all in other programming languages as e.g. None being called something else in other languages.
This makes data written with 0.3 incompatible with 0.4.
Other than that, changes are in the CHANGELOG
Installation
1. Download a release
2. Unpack in PYTHONPATH