Skip to content

Commit 7c79758

Browse files
committed
Bump version to 2.20.1
1 parent f1b4260 commit 7c79758

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 2.20.1 - 2019-01-30
4+
* [#531](https://github.com/stripe/stripe-python/pull/531) Make `RequestsClient` thread-safe
5+
36
## 2.20.0 - 2019-01-29
47
* [#526](https://github.com/stripe/stripe-python/pull/526) Reuse the default HTTP client by default
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.20.0
1+
2.20.1

stripe/version.py

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

0 commit comments

Comments
 (0)