diff --git a/CHANGELOG.md b/CHANGELOG.md index 917aab0ca..428c2576c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.37.2 - 2019-10-04 +* [#621](https://github.com/stripe/stripe-python/pull/621) Implement support for stripe-should-retry and retry-after headers + ## 2.37.1 - 2019-09-26 * [#620](https://github.com/stripe/stripe-python/pull/620) Check that `error` is a dict before trying to use it to create a `StripeError` diff --git a/VERSION b/VERSION index ae75a5193..a90eb18b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.37.1 +2.37.2 diff --git a/stripe/version.py b/stripe/version.py index fc7e7e1f0..606919331 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.37.1" +VERSION = "2.37.2"