Skip to content

Commit e2336a1

Browse files
committed
Bump version to 11.6.0b1
1 parent 3f1f902 commit e2336a1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 11.6.0b1 - 2025-02-07
4+
* [#1449](https://github.com/stripe/stripe-python/pull/1449) Update generated code for beta
5+
* Add support for `rejected_reason` on resource class `stripe.Account.RiskControls`
6+
* Add support for `product_tax_code_selector` on parameter class `stripe.AccountSession.CreateParamsComponents`
7+
* Add support for `brand_product` on resource classes `stripe.Charge.PaymentMethodDetails.AmazonPay.Funding.Card` and `stripe.Charge.PaymentMethodDetails.RevolutPay.Funding.Card`
8+
* Add support for `prices` on parameter classes `stripe.billing.CreditBalanceSummary.RetrieveParamsFilterApplicabilityScope` and `stripe.billing.CreditGrant.CreateParamsApplicabilityConfigScope` and resource class `stripe.billing.CreditGrant.ApplicabilityConfig.Scope`
9+
* Add support for `restrictions` on parameter class `stripe.checkout.Session.CreateParamsPaymentMethodOptionsCard` and resource class `stripe.checkout.Session.PaymentMethodOptions.Card`
10+
* Change type of `political_exposure` on `stripe.Account.CreatePersonParams`, `stripe.Account.ModifyPersonParams`, and `stripe.Token.CreateParamsPerson` from `str` to `Literal['existing', 'none']`
11+
* Change type of `price_type` on `stripe.billing.CreditGrant.ApplicabilityConfig.Scope` from `Literal['metered']` to `Optional[Literal['metered']]`
12+
313
## 11.5.0 - 2025-01-27
414
* [#1443](https://github.com/stripe/stripe-python/pull/1443) Update generated code
515
* 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.0b3
1+
11.6.0b1

stripe/_version.py

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

0 commit comments

Comments
 (0)