Skip to content

Commit 8ac6822

Browse files
committed
Bump version to 1.82.0
1 parent 5acd271 commit 8ac6822

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.82.0 - 2018-05-13
4+
* [#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
5+
36
## 1.81.0 - 2018-05-10
47
* [#425](https://github.com/stripe/stripe-python/pull/425) Add support for issuer fraud records
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.81.0
1+
1.82.0

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.81.0'
1+
VERSION = '1.82.0'

0 commit comments

Comments
 (0)