Skip to content

Commit 22bcef3

Browse files
committed
Bump version to 11.2.0b1
1 parent b7846c3 commit 22bcef3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 11.2.0b1 - 2024-10-03
2+
* [#1407](https://github.com/stripe/stripe-python/pull/1407) Updates beta branch with changes in master & update generated code
3+
* Add support for `reporting_chart` on parameter class `stripe.AccountSession.CreateParamsComponents`
4+
* Add support for `total_pretax_credit_amounts` on resource `stripe.QuotePreviewInvoice`
5+
* Add support for `allow_redisplay` on parameter class `stripe.terminal.Reader.CollectPaymentMethodParamsCollectConfig`
6+
* Remove support for `from_schedule` on resource class `stripe.Quote.SubscriptionData`
7+
* Move `raw_request` and related methods from `_raw_request` module to the `StripeClient` class
8+
* Remove `_preview` module; use raw request methods in the `StripeClient` class instead
9+
110
## 11.1.0 - 2024-10-03
211
* [#1409](https://github.com/stripe/stripe-python/pull/1409) Update the class for `ThinEvent` to include `livemode`
312
* [#1408](https://github.com/stripe/stripe-python/pull/1408) Update generated code

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.13.0b1
1+
11.2.0b1

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "11.1.0"
1+
VERSION = "11.2.0b1"

0 commit comments

Comments
 (0)