v3.0.32
New Documentation
We've finally moved our documentation to sphinx. All of our existing documentation on the Github wiki has been ported over (and updated in many places). In addition, all of the public methods in the code are now documented with details and example code (where possible). We hope you enjoy the update (we already do!).
The official documentation can now be found at http://developer.shotgunsoftware.com/python-api/.
The changelog has been removed from the README and put in it's own HISTORY file. It is also now part of the documentation site.
Optimized mimetypes
module import
We now always import the bundled mimetypes
module on versions of Python where it's broken. Previously we were doing unnecessary checks before importing.