We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f719d6 commit b9d03d8Copy full SHA for b9d03d8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.77.0 - 2017-12-21
4
+* [#371](https://github.com/stripe/stripe-python/pull/371) Add accessor `last_response` on `StripeObject` for accessing request ID and other metadata
5
+
6
## 1.76.0 - 2017-12-21
7
* [#382](https://github.com/stripe/stripe-python/pull/382) Add new `IdempotencyError` type
8
VERSION
@@ -1 +1 @@
-1.76.0
+1.77.0
stripe/version.py
-VERSION = '1.76.0'
+VERSION = '1.77.0'
0 commit comments