diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bd30481..4e8193d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog -## 1.75.2 - 2017-12-05 +## 1.75.3 - 2017-12-05 * [#378](https://github.com/stripe/stripe-python/pull/378) Log encoded version of parameters instead of raw POST data +## 1.75.2 - 2017-12-05 +* (Accidental no-op release. See 1.75.3.) + ## 1.75.1 - 2017-11-29 * [#372](https://github.com/stripe/stripe-python/pull/372) Add only changed values to `_unsaved_values` in `StripeObject` * [#375](https://github.com/stripe/stripe-python/pull/375) Use a custom JSON encoder to handle `datetime` objects when serializing `StripeObject`s diff --git a/VERSION b/VERSION index 008463d94..0d100e358 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.75.2 +1.75.3 diff --git a/stripe/version.py b/stripe/version.py index cdc835491..fc896283c 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '1.75.2' +VERSION = '1.75.3'