From 055d8d9d0cb4c0a1add8ae317e415a76fd72bb19 Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 5 Dec 2017 10:47:55 -0800 Subject: [PATCH] Bump version to 1.75.2 --- CHANGELOG.md | 3 +++ VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 328c8d213..79bd30481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.75.2 - 2017-12-05 +* [#378](https://github.com/stripe/stripe-python/pull/378) Log encoded version of parameters instead of raw POST data + ## 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 e1e86acb2..008463d94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.75.1 +1.75.2 diff --git a/stripe/version.py b/stripe/version.py index bdbe89456..cdc835491 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '1.75.1' +VERSION = '1.75.2'