Skip to content

Commit

Permalink
Bump version to 11.5.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Jan 23, 2025
1 parent 4efadea commit 28e22d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 11.5.0b3 - 2025-01-23
* [#1447](https://github.com/stripe/stripe-python/pull/1447) Update generated code for beta
* 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`

## 11.5.0b2 - 2025-01-17
* [#1439](https://github.com/stripe/stripe-python/pull/1439) Update generated code for beta
* Add support for `pay_by_bank_payments` on resource class `stripe.Account.Capabilities` and parameter class `stripe.Account.CreateParamsCapabilities`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.5.0b2
11.5.0b3
2 changes: 1 addition & 1 deletion stripe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "11.5.0b2"
VERSION = "11.5.0b3"

0 comments on commit 28e22d6

Please sign in to comment.