We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c6833 commit b4df98eCopy full SHA for b4df98e
CHANGELOG.md
@@ -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
+
4
## 11.4.0 - 2024-12-18
5
* [#1430](https://github.com/stripe/stripe-python/pull/1430) This release changes the pinned API version to `2024-12-18.acacia`.
6
* Add support for `allow_redisplay` on resources `stripe.Card` and `stripe.Source`
VERSION
@@ -1 +1 @@
-11.4.0
+11.4.1
stripe/_version.py
-VERSION = "11.4.0"
+VERSION = "11.4.1"
0 commit comments