Skip to content

Commit db9b86a

Browse files
committed
Bump version to 1.73.0
1 parent f948b8b commit db9b86a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.73.0 - 2017-11-02
4+
* [#364](https://github.com/stripe/stripe-python/pull/364) Switch to vendored version of the `six` package for compatibility between Python 2 and 3
5+
36
## 1.72.0 - 2017-10-31
47
* [#361](https://github.com/stripe/stripe-python/pull/361) Support for exchange rates APIs
58

VERSION

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

stripe/version.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
from __future__ import absolute_import, division, print_function
2-
3-
VERSION = '1.72.0'
1+
VERSION = '1.73.0'

0 commit comments

Comments
 (0)