Skip to content

Commit 7dbf5c1

Browse files
committed
Bump version to 14.1.0a4
1 parent a6a82c9 commit 7dbf5c1

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## 14.1.0a4 - 2025-12-04
4+
* [#1691](https://github.com/stripe/stripe-python/pull/1691) Update generated code for private-preview
5+
* Add support for event notifications `V2IamApiKeyCreatedEvent`, `V2IamApiKeyDefaultSecretRevealedEvent`, `V2IamApiKeyExpiredEvent`, `V2IamApiKeyPermissionsUpdatedEvent`, `V2IamApiKeyRotatedEvent`, and `V2IamApiKeyUpdatedEvent`
6+
* [#1686](https://github.com/stripe/stripe-python/pull/1686) Update generated code for private-preview
7+
* Add support for `check_scanning` on `AccountSession.Component`
8+
* Add support for `client` on `V2.Core.Event.Reason.Request`
9+
* Add support for `stripe_balance_payment` on `V2.MoneyManagement.ReceivedCredit` and `V2.MoneyManagement.ReceivedDebit`
10+
* Add support for new value `stripe_balance_payment` on enum `V2.MoneyManagement.ReceivedCredit.type`
11+
* Add support for `balance_transfer` on `V2.MoneyManagement.ReceivedDebit`
12+
* Add support for new values `balance_transfer` and `stripe_balance_payment` on enum `V2.MoneyManagement.ReceivedDebit.type`
13+
* Add support for `include` on `v2.core.EventListParams` and `v2.core.EventRetrieveParams`
14+
315
## 14.1.0a3 - 2025-11-24
416
* [#1685](https://github.com/stripe/stripe-python/pull/1685) Update generated code for private-preview
517
* Add support for new resource `product_catalog.TrialOffer`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.1.0a3
1+
14.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 = "14.1.0a3"
3+
version = "14.1.0a4"
44
readme = "README.md"
55
description = "Python bindings for the Stripe API"
66
authors = [{ name = "Stripe", email = "support@stripe.com" }]

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "14.1.0a3"
1+
VERSION = "14.1.0a4"

0 commit comments

Comments
 (0)