- Removes implicit relative imports which are not supported in Python 3
- Change students home_language 'Telegu' to 'Telugu'
- Use API v2.0, generated by swagger-codegen. This is a major, breaking change for the library.
- Use API v1.2
- Support unicode characters in API response
- Changed support email address
- Added bindings for DistrictAdmin and SchoolAdmin resources. #37
- Pagination using starting_after and ending_before parameters. #33
- Pagination through rel links. #25
- Added SSL certificate for staging api. #21
- Only SSL root certificates are pinned, remove site-specific cert. #19
- Moved VERSION file to clever dir so package is installed correctly. #13
- Bugfix: Updated a call to use PATCH instead of PUT. #12
- Support for authenticating with an OAuth token. #4
- Pagination with iterators. #8
- Start using https://api.clever.com.
- Update MANIFEST.in for new certs.
- Update calls use PATCH instead of PUT.
- Initial release.