From 8629450495adf3ea6d2c1ae343a99c8a8480e90e Mon Sep 17 00:00:00 2001 From: Brandur Date: Wed, 8 Nov 2017 08:38:00 -0800 Subject: [PATCH] Bump version to 1.75.0 --- 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 776adec44..3c78dfaf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.75.0 - 2017-11-08 +* [#369](https://github.com/stripe/stripe-python/pull/369) Make custom actions on various resources (e.g. `Account.reject`) more consistent with other APIs + ## 1.74.0 - 2017-11-07 * [#368](https://github.com/stripe/stripe-python/pull/368) Remove API that allowed the creation of new disputes (this was an erroneous addition; it never worked because the API would not allow it) diff --git a/VERSION b/VERSION index dc87e8af8..7c7053aa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.74.0 +1.75.0 diff --git a/stripe/version.py b/stripe/version.py index 8e201ba78..b6e89f2a8 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '1.74.0' +VERSION = '1.75.0'