From cb850c4b9d16d380c0f4e8a7a8904a947f87fab6 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 2 Feb 2023 15:02:59 -0600 Subject: [PATCH] Bump version to 5.1.0 --- 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 a7c2c03bd..d0a8786af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 5.1.0 - 2023-02-02 +* [#920](https://github.com/stripe/stripe-python/pull/920) API Updates + * Add support for `resume` method on resource `Subscription` +* [#913](https://github.com/stripe/stripe-python/pull/913) Pass params into logger.{info,debug} + ## 5.0.0 - 2022-11-16 Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15. diff --git a/VERSION b/VERSION index 0062ac971..831446cbd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.0 +5.1.0 diff --git a/stripe/version.py b/stripe/version.py index eb5be06b6..b5651b80b 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "5.0.0" +VERSION = "5.1.0"