Skip to content

Commit b4df98e

Browse files
committed
Bump version to 11.4.1
1 parent 27c6833 commit b4df98e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 11.4.1 - 2024-12-19
2+
* [#1438](https://github.com/stripe/stripe-python/pull/1438) Fix regression when using httpx HTTP client
3+
14
## 11.4.0 - 2024-12-18
25
* [#1430](https://github.com/stripe/stripe-python/pull/1430) This release changes the pinned API version to `2024-12-18.acacia`.
36
* Add support for `allow_redisplay` on resources `stripe.Card` and `stripe.Source`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.4.0
1+
11.4.1

stripe/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "11.4.0"
1+
VERSION = "11.4.1"

0 commit comments

Comments
 (0)