Skip to content

Commit 59eb6c4

Browse files
committed
Bump version to 7.5.0
1 parent 48cd628 commit 59eb6c4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 7.5.0 - 2023-11-16
2+
* [#1127](https://github.com/stripe/stripe-python/pull/1127) Update generated code
3+
* Add support for `bacs_debit_payments` on `Account.CreateParamsSettings`
4+
* Add support for `service_user_number` on `Account.Settings.BacsDebitPayments`
5+
* Add support for `capture_before` on `Charge.PaymentMethodDetails.Card.capture_before`
6+
* Add support for `Paypal` on `Checkout.Session.PaymentMethodOptions`
7+
* Add support for `tax_amounts` on `CreditNote.CreateParamsLine`, `CreditNote.PreviewParamsLine`, and `CreditNote.PreviewLinesParamsLine`
8+
* Add support for `network_data` on `Issuing.Transaction`
9+
* Add support for `status` on `Checkout.Session.ListParams`
10+
* [#1135](https://github.com/stripe/stripe-python/pull/1135) Add initial tests for exports and run them in mypy and pyright
11+
* [#1130](https://github.com/stripe/stripe-python/pull/1130) Mention types in README.md
12+
* [#1134](https://github.com/stripe/stripe-python/pull/1134) Run pyright via tox
13+
* [#1131](https://github.com/stripe/stripe-python/pull/1131) Upgrade black dependency
14+
* [#1132](https://github.com/stripe/stripe-python/pull/1132) Fix unnecessary casts from pyright 1.1.336
15+
* [#1126](https://github.com/stripe/stripe-python/pull/1126) Suppress type errors from latest pyright
16+
* [#1125](https://github.com/stripe/stripe-python/pull/1125) Add support for Python 3.11/3.12
17+
* [#1123](https://github.com/stripe/stripe-python/pull/1123) Move to python3 venv and update vscode settings
18+
119
## 7.4.0 - 2023-11-09
220
* [#1119](https://github.com/stripe/stripe-python/pull/1119) Update generated code
321
* Add support for new value `terminal_reader_hardware_fault` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.5.0

stripe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.4.0"
1+
VERSION = "7.5.0"

0 commit comments

Comments
 (0)