From afa872c538bee0a1e14c8e131df52dd3c24ff05a Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Tue, 1 Dec 2020 11:50:50 -0800 Subject: [PATCH] Bump version to 2.55.1 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a477777d..72821ba4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.55.1 - 2020-12-01 +* [#698](https://github.com/stripe/stripe-python/pull/698) Fix issue where StripeObjects in lists would not be converted to dicts +* [#699](https://github.com/stripe/stripe-python/pull/699) Start testing Python 3.9 +* [#691](https://github.com/stripe/stripe-python/pull/691) Include the examples in the built sources + ## 2.55.0 - 2020-10-14 * [#684](https://github.com/stripe/stripe-python/pull/684) Add support for the Payout Reverse API diff --git a/VERSION b/VERSION index c2576f162..0a756ea0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.55.0 +2.55.1 diff --git a/stripe/version.py b/stripe/version.py index f33613a19..fdce04584 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.55.0" +VERSION = "2.55.1"