From 4a62cc359b8f24d65de59c8ac41cea18410d4048 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 13 Jun 2024 14:19:42 -0700 Subject: [PATCH] Bump version to 9.12.0b1 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- stripe/_version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09121c979..0ef23ab30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.12.0b1 - 2024-06-13 +* [#1343](https://github.com/stripe/stripe-python/pull/1343) Update generated code for beta + * Add support for `de_stn` on enums `stripe.Order.TaxDetails.TaxId.type`, `stripe.Order.CreateParamsTaxDetailsTaxId.type`, `stripe.Order.ModifyParamsTaxDetailsTaxId.type`, and `stripe.QuotePreviewInvoice.CustomerTaxId.type` + ## 9.11.0 - 2024-06-13 * [#1342](https://github.com/stripe/stripe-python/pull/1342) Update generated code * Add support for `multibanco_payments` on resource class `stripe.Account.Capabilities` and parameter class `stripe.Account.CreateParamsCapabilities` diff --git a/VERSION b/VERSION index c85178a8d..7437f0ac4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.11.0b1 +9.12.0b1 diff --git a/stripe/_version.py b/stripe/_version.py index 365980b46..74b773b63 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "9.11.0b1" +VERSION = "9.12.0b1"