Skip to content

Commit 0d7abb4

Browse files
committed
Bump version to 2.24.0
1 parent 97205a1 commit 0d7abb4

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 2.23.0 - 2019-03-18
48
* [#537](https://github.com/stripe/stripe-python/pull/537) Add support for the `PaymentMethod` resource and APIs
59
* [#540](https://github.com/stripe/stripe-python/pull/540) Add support for retrieving a Checkout `Session`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.23.0
1+
2.24.0

stripe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.23.0"
1+
VERSION = "2.24.0"

0 commit comments

Comments
 (0)