We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00fdf7 commit 055d8d9Copy full SHA for 055d8d9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.75.2 - 2017-12-05
4
+* [#378](https://github.com/stripe/stripe-python/pull/378) Log encoded version of parameters instead of raw POST data
5
+
6
## 1.75.1 - 2017-11-29
7
* [#372](https://github.com/stripe/stripe-python/pull/372) Add only changed values to `_unsaved_values` in `StripeObject`
8
* [#375](https://github.com/stripe/stripe-python/pull/375) Use a custom JSON encoder to handle `datetime` objects when serializing `StripeObject`s
VERSION
@@ -1 +1 @@
-1.75.1
+1.75.2
stripe/version.py
-VERSION = '1.75.1'
+VERSION = '1.75.2'
0 commit comments