From 3d6ba7e05a285ad08f5bbc64073b8feb43293c78 Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 5 Dec 2017 10:53:03 -0800 Subject: [PATCH] Bump version to 1.75.3 --- CHANGELOG.md | 5 ++++- VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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'