Skip to content

Commit d14acfd

Browse files
committed
Bump version to 1.71.1
1 parent 8b4ea4d commit d14acfd

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.1 - 2017-10-27
4+
* [#360](https://github.com/stripe/stripe-python/pull/360) Fix `BytesWarning` being issued on logging in Python 3
5+
36
## 1.71.0 - 2017-10-26
47
* [#359](https://github.com/stripe/stripe-python/pull/359) Support for listing source transactions
58

VERSION

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

stripe/version.py

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

0 commit comments

Comments
 (0)