Skip to content

Commit 571b26a

Browse files
committed
Bump version to 1.71.0
1 parent 2769771 commit 571b26a

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.71.0 - 2017-10-26
4+
* [#359](https://github.com/stripe/stripe-python/pull/359) Support for listing source transactions
5+
36
## 1.70.0 - 2017-10-23
47
* [#356](https://github.com/stripe/stripe-python/pull/356) Support uploading files with `StringIO` in addition to a file on disk
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.70.0
1+
1.71.0

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.70.0'
1+
VERSION = '1.71.0'

0 commit comments

Comments
 (0)