From 3d9c0dc78aa919e53a74a5736e4e6c728a4b4a50 Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 6 Jun 2024 15:30:57 -0400 Subject: [PATCH] Bump version to 9.10.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 f507eb0f2..900ba2628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 9.10.0 - 2024-06-06 +* [#1340](https://github.com/stripe/stripe-python/pull/1340) Update generated code + * Add support for `gb_bank_transfer_payments`, `jp_bank_transfer_payments`, `mx_bank_transfer_payments`, `sepa_bank_transfer_payments`, `us_bank_transfer_payments` on resource class `stripe.Account.Capabilities` and parameter class `stripe.Account.CreateParamsCapabilities` + * Add support for `swish` on enums `stripe.Invoice.PaymentSettings.payment_method_types`, `stripe.Invoice.CreateParamsPaymentSettings.payment_method_types`, `stripe.Invoice.ModifyParamsPaymentSettings.payment_method_types`, `stripe.Subscription.PaymentSettings.payment_method_types`, `stripe.Subscription.CreateParamsPaymentSettings.payment_method_types`, and `stripe.Subscription.ModifyParamsPaymentSettings.payment_method_types` + ## 9.9.0 - 2024-05-30 * [#1335](https://github.com/stripe/stripe-python/pull/1335) Add method to list invoice line items * Add methods `list_lines()` and `list_lines_async()` on the class `Invoice` to list the invoice line items diff --git a/VERSION b/VERSION index 5ffe92ddd..68478a595 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.9.0 +9.10.0 diff --git a/stripe/_version.py b/stripe/_version.py index 98c593915..179ca72b5 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "9.9.0" +VERSION = "9.10.0"