* Add support for creating invoices * Add support for new invoice lines return format * Add support for new List objects
1.7.4
* Add update and pay methods for Invoice resource
1.7.3
* Add new stripe.Account resource * Remove uncaptured_charge tests (this has been deprecated from the API).
1.7.2
* Fix a bug that would cause nested objects to be mis-rendered in __str__ and __repr__ methods (github issues 17, 18)
1.7.1
* Prefer App Engine's urlfetch over requests, as that's the only thing that will work in App Engine's environment. Previously, if requests was available in the App Engine environment, we would attempt to use it.