Skip to content

Commit 7b44b72

Browse files
committed
Bump version to 13.3.0a1
1 parent e9cda9b commit 7b44b72

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## 13.3.0a1 - 2025-11-06
4+
* [#1664](https://github.com/stripe/stripe-python/pull/1664) Update generated code for private-preview
5+
* Add support for new resources `TransitBalance`, `v2.reporting.ReportRun`, `v2.reporting.Report`
6+
* Add support for `create` and `retrieve` methods on resource `v2.reporting.ReportRun`
7+
* Add support for `retrieve` method on resource `v2.reporting.Report`
8+
* Add support for `create` and `refill` test helper methods on resource `capital.FinancingOffer`
9+
* Add support for `allocated_funds` on `Charge`, `PaymentIntentConfirmParams`, `PaymentIntentCreateParams`, and `PaymentIntentModifyParams`
10+
* Add support for thin events `V2ReportingReportRunCreatedEvent`, `V2ReportingReportRunFailedEvent`, `V2ReportingReportRunSucceededEvent`, and `V2ReportingReportRunUpdatedEvent` with related object `v2.reporting.ReportRun`
11+
312
## 13.2.0b1 - 2025-10-29
413

514
This release changes the pinned API version to `2025-10-29.preview`.
@@ -298,6 +307,8 @@ This release changes the pinned API version to `2025-09-30.preview`. It is built
298307
* Add support for thin event `V2CoreClaimableSandboxCreatedEvent` with related object `v2.core.ClaimableSandbox`
299308
* Add support for thin events `V2MoneyManagementRecipientVerificationCreatedEvent` and `V2MoneyManagementRecipientVerificationUpdatedEvent` with related object `v2.money_management.RecipientVerification`
300309
* Add support for error code `account_rate_limit_exceeded` on `RateLimitError`
310+
* Remove support for resources `v2.reporting.ReportRun`, `v2.reporting.Report`
311+
* Remove support for thin events `V2ReportingReportRunCreatedEvent`, `V2ReportingReportRunFailedEvent`, `V2ReportingReportRunSucceededEvent`, and `V2ReportingReportRunUpdatedEvent` with related object `v2.reporting.ReportRun`
301312

302313
## 13.0.1 - 2025-10-03
303314
* [#1626](https://github.com/stripe/stripe-python/pull/1626) Make the new nested params classes correctly importable

VERSION

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

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.0a2"
3+
version = "13.3.0a1"
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.0a2"
1+
VERSION = "13.3.0a1"

0 commit comments

Comments
 (0)