* Add `six` support for cleaner 2-3 compatibility * General code cleanup and style improvements
2.4.4
++++++++++++++++++
* Update `slugify` function to better match trakt slugs (51)
2.4.3
++++++++++++++++++
* Python Style Fixes (per flake8) * Added mocked unit level tests to ensure API responses are handled properly * Miscellaneous bug fixes and improvements
2.4.2
++++++++++++++++++
* Fix authentication issue pointed out by BrendanBall (48)
2.4.1
++++++++++++++++++
* Fixed user list retrieval permster (42) * Fixed return from generator py 2.x bug (45)
2.4.0
++++++++++++++++++
* Cleaned up some ugliness in the auth workflows * User GET's now actually fetch User data from trakt * User.watching no longer raises an exception if a user isn't watching anything (40) * HTTP 204 responses now return None for more obvious error handling