Skip to content

Commit e1a3d37

Browse files
Bump version to 12.5.1
1 parent 0caf855 commit e1a3d37

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 12.5.1 - 2025-09-05
2+
* [#1563](https://github.com/stripe/stripe-python/pull/1563) fix: Paginate backwards if `starting_after == None`
3+
* Addresses an [issue](https://github.com/stripe/stripe-python/issues/1562) where List iteration would be forwards when `starting_after` was set to `None` but backwards if it was not set at all. Now, it will paginate backwards in both cases.
4+
15
## 12.5.0 - 2025-08-27
26
* [#1554](https://github.com/stripe/stripe-python/pull/1554) Add section on private preview SDKs in readme
37
* [#1544](https://github.com/stripe/stripe-python/pull/1544) Update generated code. This release changes the pinned API version to `2025-08-27.basil`.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.5.0
1+
12.5.1

stripe/_version.py

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

0 commit comments

Comments
 (0)