From 0b7d6b8c2bd77622f56a1b7dcd80072c88631f4e Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Wed, 14 Oct 2020 07:55:00 -0700 Subject: [PATCH] Bump version to 2.55.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 c73fee5c7..2a477777d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.55.0 - 2020-10-14 +* [#684](https://github.com/stripe/stripe-python/pull/684) Add support for the Payout Reverse API + ## 2.54.0 - 2020-09-29 * [#681](https://github.com/stripe/stripe-python/pull/681) Add support for the `SetupAttempt` resource and List API diff --git a/VERSION b/VERSION index 99aed793a..c2576f162 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.54.0 +2.55.0 diff --git a/stripe/version.py b/stripe/version.py index 8d747fab8..f33613a19 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.54.0" +VERSION = "2.55.0"