Skip to content

Commit

Permalink
Bump version to 9.5.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Apr 25, 2024
1 parent 51b9b50 commit 974bdd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 9.5.0b1 - 2024-04-25
* [#1308](https://github.com/stripe/stripe-python/pull/1308) Update generated code for beta
* Add support for `payment_method_settings` on parameter class `stripe.AccountSession.CreateParamsComponents`
* Add support for `cancel_subscription_schedule` on parameter classes `stripe.Quote.CreateParamsLine` and `stripe.Quote.ModifyParamsLine` and resource `stripe.QuoteLine`
* Add support for `amazon_pay` on enum `stripe.QuotePreviewInvoice.PaymentSettings.payment_method_types`
* Add support for `revolut_pay` on enum `stripe.QuotePreviewInvoice.PaymentSettings.payment_method_types`

## 9.4.0b1 - 2024-04-18
* [#1302](https://github.com/stripe/stripe-python/pull/1302) Update generated code for beta
* Add support for `balances` on resource class `stripe.AccountSession.Components` and parameter class `stripe.AccountSession.CreateParamsComponents`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
9.4.0b1
9.5.0b1
2 changes: 1 addition & 1 deletion stripe/_version.py
@@ -1 +1 @@
VERSION = "9.4.0b1"
VERSION = "9.5.0b1"

0 comments on commit 974bdd0

Please sign in to comment.