* [362](https://github.com/stripe/stripe-python/pull/362) Fix balance transaction and invoice item conversion into `StripeObject`s
1.71.1
* [360](https://github.com/stripe/stripe-python/pull/360) Fix `BytesWarning` being issued on logging in Python 3
1.71.0
* [359](https://github.com/stripe/stripe-python/pull/359) Support for listing source transactions
1.70.0
* [356](https://github.com/stripe/stripe-python/pull/356) Support uploading files with `StringIO` in addition to a file on disk
1.69.0
* [351](https://github.com/stripe/stripe-python/pull/351) Break resource.py module into separate ones for each type of resource * Classes are still into resource.py for backwards compatibility * [353](https://github.com/stripe/stripe-python/pull/353) Fix unpickling `StripeObject` in Python 3
1.68.0
* [350](https://github.com/stripe/stripe-python/pull/350) Add static methods to manipulate resources from parent * `Account` gains methods for external accounts and login links (e.g. `.create_account`, `create_login_link`) * `ApplicationFee` gains methods for refunds * `Customer` gains methods for sources * `Transfer` gains methods for reversals