diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9f9f9dd..5be0568c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.71.2 - 2017-10-31 +* [#362](https://github.com/stripe/stripe-python/pull/362) Fix balance transaction and invoice item conversion into `StripeObject`s + ## 1.71.1 - 2017-10-27 * [#360](https://github.com/stripe/stripe-python/pull/360) Fix `BytesWarning` being issued on logging in Python 3 diff --git a/VERSION b/VERSION index 68bc7ff2a..ef7466598 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.71.1 +1.71.2 diff --git a/stripe/version.py b/stripe/version.py index 2d364beab..119f4c4d9 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '1.71.1' +VERSION = '1.71.2'