We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4ea4d commit d14acfdCopy full SHA for d14acfd
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.71.1 - 2017-10-27
4
+* [#360](https://github.com/stripe/stripe-python/pull/360) Fix `BytesWarning` being issued on logging in Python 3
5
+
6
## 1.71.0 - 2017-10-26
7
* [#359](https://github.com/stripe/stripe-python/pull/359) Support for listing source transactions
8
VERSION
@@ -1 +1 @@
-1.71.0
+1.71.1
stripe/version.py
-VERSION = '1.71.0'
+VERSION = '1.71.1'
0 commit comments