******************************************
Added
=====
- Continuous integration, with Code Quality Score and test coverage.
Changed
=======
- Attributes with Python reserved names were renamed:
- :code:`len` was renamed to :code:`length`
- :code:`type` and :code:`property` received a prefix with the Class name.
- Enums of the OpenFlow structures changed to IntEnums, to make easier
comparisons with integer values.
- Updated requirements.txt
- 'data' fields included for symmetric messages, like echo requests/replies.
- Documentation updated.
Removed
=======
- [v0x02] references, as it is not implemented yet.
Fixed
=====
- Pypi package is fixed and working.
- Several bug fixes.