Skip to content

Commit

Permalink
Bump version to 11.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Oct 3, 2024
1 parent b7846c3 commit 22bcef3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 11.2.0b1 - 2024-10-03
* [#1407](https://github.com/stripe/stripe-python/pull/1407) Updates beta branch with changes in master & update generated code
* Add support for `reporting_chart` on parameter class `stripe.AccountSession.CreateParamsComponents`
* Add support for `total_pretax_credit_amounts` on resource `stripe.QuotePreviewInvoice`
* Add support for `allow_redisplay` on parameter class `stripe.terminal.Reader.CollectPaymentMethodParamsCollectConfig`
* Remove support for `from_schedule` on resource class `stripe.Quote.SubscriptionData`
* Move `raw_request` and related methods from `_raw_request` module to the `StripeClient` class
* Remove `_preview` module; use raw request methods in the `StripeClient` class instead

## 11.1.0 - 2024-10-03
* [#1409](https://github.com/stripe/stripe-python/pull/1409) Update the class for `ThinEvent` to include `livemode`
* [#1408](https://github.com/stripe/stripe-python/pull/1408) Update generated code
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.13.0b1
11.2.0b1
2 changes: 1 addition & 1 deletion stripe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "11.1.0"
VERSION = "11.2.0b1"

0 comments on commit 22bcef3

Please sign in to comment.