Skip to content

Commit

Permalink
Bump version to 10.13.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Sep 18, 2024
1 parent 9b12b6f commit 7e4cf74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 10.13.0b1 - 2024-09-18
* [#1395](https://github.com/stripe/stripe-python/pull/1395) Update generated code for beta
* Add support for `send_money` on parameter class `stripe.AccountSession.CreateParamsComponentsFinancialAccountFeatures`
* Add support for `transfer_balance` on parameter class `stripe.AccountSession.CreateParamsComponentsFinancialAccountFeatures`
* Add support for `automatically_finalizes_at` on resource `stripe.QuotePreviewInvoice`
* Remove support for resource `stripe.QuotePhase`
* Add support for `rechnung` on enums `stripe.PaymentLink.payment_method_types`, `stripe.PaymentLink.CreateParams.payment_method_types`, and `stripe.PaymentLink.ModifyParams.payment_method_types`
* Add support for `terminal_reader_invalid_location_for_activation` on enum `stripe.QuotePreviewInvoice.LastFinalizationError.code`

## 10.12.0 - 2024-09-18
* [#1394](https://github.com/stripe/stripe-python/pull/1394) Update generated code
* Add support for `international_transaction` on enum `stripe.treasury.ReceivedDebit.failure_code`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.12.0b1
10.13.0b1
2 changes: 1 addition & 1 deletion stripe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "10.12.0b1"
VERSION = "10.13.0b1"

0 comments on commit 7e4cf74

Please sign in to comment.