Skip to content

Commit 93cdfb8

Browse files
Bump version to 14.0.1
1 parent efc0c1d commit 93cdfb8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 14.0.1 - 2025-11-21
2+
* [#1684](https://github.com/stripe/stripe-python/pull/1684) Update generated code
3+
* `stripe.error` module is now accessible globally. Fixes [#1682](https://github.com/stripe/stripe-python/issues/1682)
4+
* [#1681](https://github.com/stripe/stripe-python/pull/1681) Throw a specific error when accessing `payment_intent` property on `Invoice` object to ease debugging.
5+
16
## 14.0.0 - 2025-11-18
27
This release changes the pinned API version to `2025-11-17.clover`.
38

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.0.0
1+
14.0.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 = "14.0.0"
3+
version = "14.0.1"
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.0.0"
1+
VERSION = "14.0.1"

0 commit comments

Comments
 (0)