Skip to content

Commit bfc5e87

Browse files
committed
Bump version to 1.80.0
1 parent 4c1c8b7 commit bfc5e87

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.80.0 - 2018-04-24
4+
* [#421](https://github.com/stripe/stripe-python/pull/421) Add support for flexible billing and usage records
5+
36
## 1.79.1 - 2018-02-27
47
* [#401](https://github.com/stripe/stripe-python/pull/401) Drop conditional dependencies that incorrectly led to an added `simplejson` dependency in Python 3+ after switching to universal wheel
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.79.1
1+
1.80.0

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.79.1'
1+
VERSION = '1.80.0'

0 commit comments

Comments
 (0)