Skip to content

Commit c55c8fb

Browse files
committed
Bump version to 14.1.0a3
1 parent d5bfc24 commit c55c8fb

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+
## 14.1.0a3 - 2025-11-24
4+
* [#1685](https://github.com/stripe/stripe-python/pull/1685) Update generated code for private-preview
5+
* Add support for new resource `product_catalog.TrialOffer`
6+
* Add support for `create` method on resource `product_catalog.TrialOffer`
7+
* Remove support for `amount_subtotal_after_discount` on `DelegatedCheckout.RequestedSession.LineItemDetail` and `DelegatedCheckout.RequestedSession.TotalDetail`
8+
* Remove support for `amount_total`, `unit_amount_after_discount`, and `unit_discount` on `DelegatedCheckout.RequestedSession.LineItemDetail`
9+
* Add support for `amount_cart_discount` and `amount_items_discount` on `DelegatedCheckout.RequestedSession.TotalDetail`
10+
* Remove support for `amount_discount` on `DelegatedCheckout.RequestedSession.TotalDetail`
11+
* Add support for `payments_orchestration` on `PaymentIntentCreateParams` and `PaymentIntent`
12+
313
## 14.1.0b1 - 2025-11-18
414
This release changes the pinned API version to `2025-11-17.preview`.
515

VERSION

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

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 = "14.1.0a2"
3+
version = "14.1.0a3"
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 = "14.1.0a2"
1+
VERSION = "14.1.0a3"

0 commit comments

Comments
 (0)