From 15524a99150f0979afa7befc547162d38fa556ca Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Tue, 29 Sep 2020 22:56:33 -0700 Subject: [PATCH] Bump version to 2.54.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 e5613b22d..c73fee5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.54.0 - 2020-09-29 +* [#681](https://github.com/stripe/stripe-python/pull/681) Add support for the `SetupAttempt` resource and List API + ## 2.53.0 - 2020-09-24 * [#999](https://github.com/stripe/stripe-python/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries) diff --git a/VERSION b/VERSION index 261d95596..99aed793a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.53.0 +2.54.0 diff --git a/stripe/version.py b/stripe/version.py index aec6c5733..8d747fab8 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.53.0" +VERSION = "2.54.0"