Skip to content

Commit 28e22d6

Browse files
Bump version to 11.5.0b3
1 parent 4efadea commit 28e22d6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 11.5.0b3 - 2025-01-23
4+
* [#1447](https://github.com/stripe/stripe-python/pull/1447) Update generated code for beta
5+
* Remove support for `stripe_account` on resource classes `stripe.terminal.Reader.Action.CollectPaymentMethod`, `stripe.terminal.Reader.Action.ConfirmPaymentIntent`, `stripe.terminal.Reader.Action.ProcessPaymentIntent`, and `stripe.terminal.Reader.Action.RefundPayment`
6+
37
## 11.5.0b2 - 2025-01-17
48
* [#1439](https://github.com/stripe/stripe-python/pull/1439) Update generated code for beta
59
* Add support for `pay_by_bank_payments` on resource class `stripe.Account.Capabilities` and parameter class `stripe.Account.CreateParamsCapabilities`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.5.0b2
1+
11.5.0b3

stripe/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "11.5.0b2"
1+
VERSION = "11.5.0b3"

0 commit comments

Comments
 (0)