This release will add support for `python 3` while maintaining compatibility with `python 2`.
Changes
- Add support for `python 3`
- Add new module `lenddo_api_client.errors` for exception handling. This is just a wrapper with the builtin `HTTPError` and `URLError`
Misc
- Update documentation in `README.md` to reflect above changes