We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30801d1 commit 56e18b7Copy full SHA for 56e18b7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.77.1 - 2018-01-12
4
+* [#389](https://github.com/stripe/stripe-python/pull/389) Register unsaved attributes on assignment regardless of new value
5
+
6
## 1.77.0 - 2017-12-21
7
* [#371](https://github.com/stripe/stripe-python/pull/371) Add accessor `last_response` on `StripeObject` for accessing request ID and other metadata
8
VERSION
@@ -1 +1 @@
-1.77.0
+1.77.1
stripe/version.py
-VERSION = '1.77.0'
+VERSION = '1.77.1'
0 commit comments