Skip to content

Commit 4715882

Browse files
committed
Bump version to 13.1.0a4
1 parent 0a0721a commit 4715882

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## 13.1.0a4 - 2025-10-23
4+
* [#1649](https://github.com/stripe/stripe-python/pull/1649) Update generated code for private-preview
5+
* Add support for new resource `v2.billing.PricingPlanSubscriptionComponents`
6+
* Add support for `retrieve` method on resource `v2.billing.PricingPlanSubscriptionComponents`
7+
* Add support for `dimension_payload_keys` on `Billing.Meter` and `billing.MeterCreateParams`
8+
* Add support for `dimension_filters` and `dimension_group_by_keys` on `billing.BillingMeterListMeterEventSummaryParams`
9+
* Add support for `dimensions` on `Billing.MeterEventSummary`
10+
* Add support for `fulfillment_details` and `payment_method_data` on `delegated_checkout.RequestedSessionCreateParams` and `delegated_checkout.RequestedSessionModifyParams`
11+
* Add support for `line_item_details`, `metadata`, `payment_method`, and `shared_metadata` on `DelegatedCheckout.RequestedSession`, `delegated_checkout.RequestedSessionCreateParams`, and `delegated_checkout.RequestedSessionModifyParams`
12+
* Add support for `currency`, `customer`, and `risk_details` on `delegated_checkout.RequestedSessionCreateParams`
13+
* Add support for `seller_details` and `setup_future_usage` on `DelegatedCheckout.RequestedSession` and `delegated_checkout.RequestedSessionCreateParams`
14+
* Add support for `amount_subtotal`, `amount_total`, `created_at`, `expires_at`, `order_details`, `shared_payment_issued_token`, `status`, `total_details`, and `updated_at` on `DelegatedCheckout.RequestedSession`
15+
* Add support for `address`, `email`, `fulfillment_options`, `name`, `phone`, and `selected_fulfillment_option` on `DelegatedCheckout.RequestedSession.FulfillmentDetail`
16+
* Add support for new values `billie`, `crypto`, `kr_card`, `kriya`, `mb_way`, `mondu`, `ng_bank_transfer`, `ng_bank`, `ng_card`, `ng_market`, `ng_ussd`, `ng_wallet`, `payco`, `paypay`, `rechnung`, `samsung_pay`, `satispay`, `scalapay`, `sequra`, `sunbit`, `us_bank_account`, and `vipps` on enums `EventsV2CoreHealthAuthorizationRateDropFiringEvent.Impact.payment_method_type`, `EventsV2CoreHealthAuthorizationRateDropResolvedEvent.Impact.payment_method_type`, `EventsV2CoreHealthPaymentMethodErrorFiringEvent.Impact.payment_method_type`, and `EventsV2CoreHealthPaymentMethodErrorResolvedEvent.Impact.payment_method_type`
17+
* [#1648](https://github.com/stripe/stripe-python/pull/1648) Prathmesh/merge python private preview
18+
319
## 13.1.0a3 - 2025-10-17
420
* [#1643](https://github.com/stripe/stripe-python/pull/1643) Update generated code for private-preview
521
* Add support for new resources `delegated_checkout.RequestedSession` and `identity.BlocklistEntry`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.1.0a3
1+
13.1.0a4

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.1.0a3"
3+
version = "13.1.0a4"
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.1.0a3"
1+
VERSION = "13.1.0a4"

0 commit comments

Comments
 (0)