Skip to content

Commit 1eab045

Browse files
committed
Bump version to 15.2.1
1 parent 36e43ba commit 1eab045

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 15.2.1 - 2026-06-12
2+
* [#1825](https://github.com/stripe/stripe-python/pull/1825) Add "source" field to user-agent header
3+
14
## 15.2.0 - 2026-05-27
25
This release changes the pinned API version to 2026-05-27.dahlia.
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.2.0
1+
15.2.1

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 = "15.2.0"
3+
version = "15.2.1"
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 = "15.2.0"
1+
VERSION = "15.2.1"

0 commit comments

Comments
 (0)