Skip to content

Commit e33fc85

Browse files
committed
Bump version to 2.24.1
1 parent fc8d4e5 commit e33fc85

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 2.24.1 - 2019-04-08
4+
* [#550](https://github.com/stripe/stripe-python/pull/550) Fix encoding of nested parameters in multipart requests
5+
36
## 2.24.0 - 2019-04-03
47
* [#543](https://github.com/stripe/stripe-python/pull/543) Add `delete` class method on deletable API resources
58
* [#547](https://github.com/stripe/stripe-python/pull/547) Add class methods for all custom API requests (e.g. `Charge.capture`)

VERSION

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

stripe/version.py

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

0 commit comments

Comments
 (0)