We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8aa65 commit c51b0a3Copy full SHA for c51b0a3
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.78.0 - 2018-02-21
4
+* [#396](https://github.com/stripe/stripe-python/pull/396) Add support for topups
5
+
6
## 1.77.2 - 2018-02-08
7
* [#394](https://github.com/stripe/stripe-python/pull/394) Make `last_response` available after calling `save()`
8
VERSION
@@ -1 +1 @@
-1.77.2
+1.78.0
stripe/version.py
-VERSION = '1.77.2'
+VERSION = '1.78.0'
0 commit comments