* [605](https://github.com/paayes/paayes-python/pull/605) Fix automatic retries of failed requests * [606](https://github.com/paayes/paayes-python/pull/606) Clarify what `max_network_retries` does
* [604](https://github.com/paayes/paayes-python/pull/604) Remove subscription schedule revisions - This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused.
2.33.2
* [601](https://github.com/paayes/paayes-python/pull/601) Add support for passing full objects instead of IDs to custom methods * [603](https://github.com/paayes/paayes-python/pull/603) Bump vendored six to latest version
2.33.1
* [599](https://github.com/paayes/paayes-python/pull/599) Fix `del` statement to not raise `KeyError`
2.33.0
* [595](https://github.com/paayes/paayes-python/pull/595) Listing `BalanceTransaction` objects now uses `/api/v1/balance_transactions` instead of `/api/v1/balance/history`