Skip to content

Commit d3b744b

Browse files
committed
Bump version to 1.72.0
1 parent 3827131 commit d3b744b

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.72.0 - 2017-10-31
4+
* [#361](https://github.com/stripe/stripe-python/pull/361) Support for exchange rates APIs
5+
36
## 1.71.2 - 2017-10-31
47
* [#362](https://github.com/stripe/stripe-python/pull/362) Fix balance transaction and invoice item conversion into `StripeObject`s
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.71.2
1+
1.72.0

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.71.2'
1+
VERSION = '1.72.0'

0 commit comments

Comments
 (0)