From 885cdaa8d8b335b0768d955b5ee69f951ebe00e3 Mon Sep 17 00:00:00 2001 From: Zachary Chua Date: Tue, 1 Sep 2026 11:41:18 -0700 Subject: [PATCH] Bump version to 15.6.1 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- pyproject.toml | 2 +- stripe/_version.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d5ab774..9f3327d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 15.6.1 - 2026-09-01 +* [#1896](https://github.com/stripe/stripe-python/pull/1896) Harden API requestor code against malicious URLs +* [#1898](https://github.com/stripe/stripe-python/pull/1898) Use cryptographically secure boundaries for multipart file uploads +* [#1860](https://github.com/stripe/stripe-python/pull/1860) Dispatch discriminated union fields to their variant class + ## 15.6.0 - 2026-08-26 This release changes the pinned API version to 2026-08-26.dahlia. diff --git a/VERSION b/VERSION index 9f6d8f2fd..0ab55a66f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.6.0 +15.6.1 diff --git a/pyproject.toml b/pyproject.toml index 0a20a5240..5ba581723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stripe" -version = "15.6.0" +version = "15.6.1" readme = "README.md" description = "Python bindings for the Stripe API" authors = [{ name = "Stripe", email = "support@stripe.com" }] diff --git a/stripe/_version.py b/stripe/_version.py index 8fd39a3e3..22177fc0d 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "15.6.0" +VERSION = "15.6.1"