We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2769771 commit 571b26aCopy full SHA for 571b26a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.71.0 - 2017-10-26
4
+* [#359](https://github.com/stripe/stripe-python/pull/359) Support for listing source transactions
5
+
6
## 1.70.0 - 2017-10-23
7
* [#356](https://github.com/stripe/stripe-python/pull/356) Support uploading files with `StringIO` in addition to a file on disk
8
VERSION
@@ -1 +1 @@
-1.70.0
+1.71.0
stripe/version.py
-VERSION = '1.70.0'
+VERSION = '1.71.0'
0 commit comments