We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3827131 commit d3b744bCopy full SHA for d3b744b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.72.0 - 2017-10-31
4
+* [#361](https://github.com/stripe/stripe-python/pull/361) Support for exchange rates APIs
5
+
6
## 1.71.2 - 2017-10-31
7
* [#362](https://github.com/stripe/stripe-python/pull/362) Fix balance transaction and invoice item conversion into `StripeObject`s
8
VERSION
@@ -1 +1 @@
-1.71.2
+1.72.0
stripe/version.py
-VERSION = '1.71.2'
+VERSION = '1.72.0'
0 commit comments