Skip to content

Commit db9b86a

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

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.72.0
1+
1.73.0

stripe/version.py

Lines changed: 1 addition & 3 deletions
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)