We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907a985 commit 6722e02Copy full SHA for 6722e02
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 12.0.1 - 2025-04-21
2
+* Serializes boolean query parameter values to `true`/`false` (lower case) before sending to the Stripe API for compatibility with Stripe V2 endpoints
3
+
4
## 12.0.0 - 2025-04-01
5
* [#1463](https://github.com/stripe/stripe-python/pull/1463) Support for APIs in the new API version 2025-03-31.basil
6
VERSION
@@ -1 +1 @@
-12.0.0
+12.0.1
stripe/_version.py
-VERSION = "12.0.0"
+VERSION = "12.0.1"
0 commit comments