Skip to content

Commit 49530f0

Browse files
committed
Bump version to 13.2.0a2
1 parent a800582 commit 49530f0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 13.2.0a2 - 2025-10-30
4+
* [#1659](https://github.com/stripe/stripe-python/pull/1659) Update generated code for private-preview
5+
* Change `delegated_checkout.RequestedSessionModifyParamsLineItemDetail.quantity` to be required
6+
* Add support for `payment_method_preview` on `DelegatedCheckout.RequestedSession`
7+
* Add support for `order_id` on `DelegatedCheckout.RequestedSession.OrderDetail`
8+
* Add support for `lead` on `V2.Core.Account.Configuration.CardCreator.Capability.Commercial`, `V2.Core.Account.Identity.Attestation.TermsOfService.CardCreator.Commercial`, `v2.core.AccountCreateParamsConfigurationCardCreatorCapabilityCommercial`, `v2.core.AccountCreateParamsIdentityAttestationTermsOfServiceCardCreatorCommercial`, `v2.core.AccountModifyParamsConfigurationCardCreatorCapabilityCommercial`, and `v2.core.AccountModifyParamsIdentityAttestationTermsOfServiceCardCreatorCommercial`
9+
* Add support for `global_account_holder` on `V2.Core.Account.Identity.Attestation.TermsOfService.CardCreator.Commercial`, `v2.core.AccountCreateParamsIdentityAttestationTermsOfServiceCardCreatorCommercial`, and `v2.core.AccountModifyParamsIdentityAttestationTermsOfServiceCardCreatorCommercial`
10+
* Add support for new value `commercial.lead.prepaid_card` on enum `V2.Core.Account.Requirement.Entry.Impact.RestrictsCapability.capability`
11+
* Add support for new value `commercial.lead.prepaid_card` on enum `EventsV2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent.updated_capability`
12+
313
## 13.2.0a1 - 2025-10-29
414

515
* [#1654](https://github.com/stripe/stripe-python/pull/1654) Update generated code for private-preview

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.2.0a1
1+
13.2.0a2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stripe"
3-
version = "13.2.0a1"
3+
version = "13.2.0a2"
44
readme = "README.md"
55
description = "Python bindings for the Stripe API"
66
authors = [{ name = "Stripe", email = "[email protected]" }]

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "13.2.0a1"
1+
VERSION = "13.2.0a2"

0 commit comments

Comments
 (0)