We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e00dd commit 5e9c7e6Copy full SHA for 5e9c7e6
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.71.2 - 2017-10-31
4
+* [#362](https://github.com/stripe/stripe-python/pull/362) Fix balance transaction and invoice item conversion into `StripeObject`s
5
+
6
## 1.71.1 - 2017-10-27
7
* [#360](https://github.com/stripe/stripe-python/pull/360) Fix `BytesWarning` being issued on logging in Python 3
8
VERSION
@@ -1 +1 @@
-1.71.1
+1.71.2
stripe/version.py
-VERSION = '1.71.1'
+VERSION = '1.71.2'
0 commit comments