Skip to content

Commit afa872c

Browse files
committed
Bump version to 2.55.1
1 parent 5714996 commit afa872c

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,5 +1,10 @@
11
# Changelog
22

3+
## 2.55.1 - 2020-12-01
4+
* [#698](https://github.com/stripe/stripe-python/pull/698) Fix issue where StripeObjects in lists would not be converted to dicts
5+
* [#699](https://github.com/stripe/stripe-python/pull/699) Start testing Python 3.9
6+
* [#691](https://github.com/stripe/stripe-python/pull/691) Include the examples in the built sources
7+
38
## 2.55.0 - 2020-10-14
49
* [#684](https://github.com/stripe/stripe-python/pull/684) Add support for the Payout Reverse API
510

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.55.0
1+
2.55.1

stripe/version.py

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

0 commit comments

Comments
 (0)