- Refactoring to use requests instead of urllib, mocking using Requests mock instead of manual patching. Use six for Python 2 and 3 compatibility.
- Python 3.6 support
- Remove Python 3.2 classifier, support was dropped since 0.2.3
- Updated docs and testing setup
- Add the chart resource. Thanks to Pascal.
- Documentation updates regarding changelog and list of authors.
- Enriching the API for resources to get related resources as iterators. Thanks to Pascal.
- Drop support for Python 3.2. It should still work, but we are not testing it anymore, as this version as reached end of life.
- Python 3.5 support
- Various doc updates
- Enriching the API for resources to get artists for a genre, top tracks of an artist, etc... Thanks to Misuzu.
- Initial release.