We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f297c21 commit 3d6ba7eCopy full SHA for 3d6ba7e
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# Changelog
2
3
-## 1.75.2 - 2017-12-05
+## 1.75.3 - 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.2 - 2017-12-05
7
+* (Accidental no-op release. See 1.75.3.)
8
+
9
## 1.75.1 - 2017-11-29
10
* [#372](https://github.com/stripe/stripe-python/pull/372) Add only changed values to `_unsaved_values` in `StripeObject`
11
* [#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.2
+1.75.3
stripe/version.py
-VERSION = '1.75.2'
+VERSION = '1.75.3'
0 commit comments