* [359](https://github.com/paayes/paayes-python/pull/359) Support for listing source transactions
1.70.0
* [356](https://github.com/paayes/paayes-python/pull/356) Support uploading files with `StringIO` in addition to a file on disk
1.69.0
* [351](https://github.com/paayes/paayes-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/paayes/paayes-python/pull/353) Fix unpickling `PaayesObject` in Python 3
1.68.0
* [350](https://github.com/paayes/paayes-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
1.67.0
* [349](https://github.com/paayes/paayes-python/pull/349) Rename source `delete` to `detach` (and deprecate the former)