Skip to content

Commit c51b0a3

Browse files
committed
Bump version to 1.78.0
1 parent dd8aa65 commit c51b0a3

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.78.0 - 2018-02-21
4+
* [#396](https://github.com/stripe/stripe-python/pull/396) Add support for topups
5+
36
## 1.77.2 - 2018-02-08
47
* [#394](https://github.com/stripe/stripe-python/pull/394) Make `last_response` available after calling `save()`
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.77.2
1+
1.78.0

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.77.2'
1+
VERSION = '1.78.0'

0 commit comments

Comments
 (0)