Skip to content

Commit 660cdaa

Browse files
Bump version to 5.1.1
1 parent 7b591fd commit 660cdaa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 5.1.1 - 2023-02-06
4+
* [#923](https://github.com/stripe/stripe-python/pull/923) Bugfix: revert "Pass params into logger.{info,debug}"
5+
36
## 5.1.0 - 2023-02-02
47
* [#920](https://github.com/stripe/stripe-python/pull/920) API Updates
58
* Add support for `resume` method on resource `Subscription`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.1.1

stripe/version.py

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

0 commit comments

Comments
 (0)