Skip to content

Commit c51b0a3

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

3 files changed

Lines changed: 5 additions & 2 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.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.77.2
1+
1.78.0

stripe/version.py

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