* Config boostrapping now occurs at runtime rather than load time glensc (162) * Unit tests can now be run from any working directory glensc (170) * Code cleanup - removed unused imports and superfluous parens from some yield statements glensc (171)
3.3.0
+++++++++++++++++++
* Add LockedUserAccountException support glensc (163) * Add ids property to People objects thechicacode (135)
3.2.2
+++++++++++++++++++
* Fix an issue where the show of a TVEpisode was not always set properly twolaw (157)
3.2.1
+++++++++++++++++++
* Fix an issue when accessing the `seasons` property of a `TVShow` instance whose slug requires a year
3.2.0
+++++++++++++++++++
* Add global `session` instance which will allow clients to override requests behavior (151)
3.1.0
+++++++++++++++++++
* Add MethodNotAllowedException for 405 status codes (141) * Ensure CI commands use python3 (142)