Skip to content

Commit 9ad9bfa

Browse files
committed
Bump version to 11.1.0
1 parent e65fcaa commit 9ad9bfa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 11.1.0 - 2024-10-03
2+
* [#1409](https://github.com/stripe/stripe-python/pull/1409) Update the class for `ThinEvent` to include `livemode`
3+
* [#1408](https://github.com/stripe/stripe-python/pull/1408) Update generated code
4+
* Remove the support for resource `Margin` that was accidentally made public in the last release
5+
16
## 11.0.0 - 2024-10-01
27
* [#1404](https://github.com/stripe/stripe-python/pull/1404) Support for APIs in the new API version 2024-09-30.acacia
38

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.0.0
1+
11.1.0

stripe/_version.py

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

0 commit comments

Comments
 (0)