We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a938c35 commit f183e8eCopy full SHA for f183e8e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.77.2 - 2018-02-08
4
+* [#394](https://github.com/stripe/stripe-python/pull/394) Make `last_response` available after calling `save()`
5
+
6
## 1.77.1 - 2018-01-12
7
* [#389](https://github.com/stripe/stripe-python/pull/389) Register unsaved attributes on assignment regardless of new value
8
VERSION
@@ -1 +1 @@
-1.77.1
+1.77.2
stripe/version.py
-VERSION = '1.77.1'
+VERSION = '1.77.2'
0 commit comments