Skip to content

Commit f183e8e

Browse files
committed
Bump version to 1.77.2
1 parent a938c35 commit f183e8e

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.2 - 2018-02-08
4+
* [#394](https://github.com/stripe/stripe-python/pull/394) Make `last_response` available after calling `save()`
5+
36
## 1.77.1 - 2018-01-12
47
* [#389](https://github.com/stripe/stripe-python/pull/389) Register unsaved attributes on assignment regardless of new value
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.77.1
1+
1.77.2

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.77.1'
1+
VERSION = '1.77.2'

0 commit comments

Comments
 (0)