Updated - Pull 211 - Within sendgrid/helpers/inbound/parse.py - moved doc strings to be under function definitions - broke up def attachments(...) into two individual private functions, so it's a bit less cumbersome and can be individually tested better - Big thanks to [Christopher Li](https://github.com/LiYChristopher) for the pull request!
3.2.2
Added - Table of Contents in the README - Added a [USE_CASES.md](https://github.com/sendgrid/sendgrid-python/blob/master/USE_CASES.md) section, with the first use case example for transactional templates
3.2.1
Fixed - pep8 formatting - include Heroku config files in PyPi
3.2.0
Added - Helper code for our [Inbound Parse webhook](https://github.com/sendgrid/sendgrid-python/tree/inbound/sendgrid/helpers/inbound)
3.1.10
Fixed
3.1.9
Fixed - [Issue 197](https://github.com/sendgrid/sendgrid-python/issues/197): api_key / apikey attribute logic incorrect - Thanks to [johguse](https://github.com/johguse) for reporting the bug