From 770cfc6c5c46d2090efabd9e5f11e852709fd1c7 Mon Sep 17 00:00:00 2001 From: Brandur Date: Mon, 14 May 2018 13:13:32 -0700 Subject: [PATCH] Bump version to 1.82.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ccba107..09858854b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.82.1 - 2018-05-14 +* [#430](https://github.com/stripe/stripe-python/pull/430) Handle the case where request ID is `None` when formatting errors + ## 1.82.0 - 2018-05-13 * [#422](https://github.com/stripe/stripe-python/pull/422) Add `user_mesage` to `StripeError` for a way in Python 3 to avoid the "Request req_...:" string normally appended to error messages diff --git a/VERSION b/VERSION index 71fae54fb..17b7cdc0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.82.0 +1.82.1 diff --git a/stripe/version.py b/stripe/version.py index 2bf1cef59..adae453ce 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '1.82.0' +VERSION = '1.82.1'