There was an error while loading. Please reload this page.
1 parent 97205a1 commit 0d7abb4Copy full SHA for 0d7abb4
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.24.0 - 2019-04-03
4
+* [#543](https://github.com/stripe/stripe-python/pull/543) Add `delete` class method on deletable API resources
5
+* [#547](https://github.com/stripe/stripe-python/pull/547) Add class methods for all custom API requests (e.g. `Charge.capture`)
6
+
7
## 2.23.0 - 2019-03-18
8
* [#537](https://github.com/stripe/stripe-python/pull/537) Add support for the `PaymentMethod` resource and APIs
9
* [#540](https://github.com/stripe/stripe-python/pull/540) Add support for retrieving a Checkout `Session`
VERSION
@@ -1 +1 @@
-2.23.0
+2.24.0
stripe/version.py
-VERSION = "2.23.0"
+VERSION = "2.24.0"
0 commit comments