Skip to content

Commit b9d03d8

Browse files
committed
Bump version to 1.77.0
1 parent 2f719d6 commit b9d03d8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## 1.76.0 - 2017-12-21
47
* [#382](https://github.com/stripe/stripe-python/pull/382) Add new `IdempotencyError` type
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.76.0
1+
1.77.0

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.76.0'
1+
VERSION = '1.77.0'

0 commit comments

Comments
 (0)