diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ebc4d06..0b591fa7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.77.2 - 2018-02-08 +* [#394](https://github.com/stripe/stripe-python/pull/394) Make `last_response` available after calling `save()` + ## 1.77.1 - 2018-01-12 * [#389](https://github.com/stripe/stripe-python/pull/389) Register unsaved attributes on assignment regardless of new value diff --git a/VERSION b/VERSION index b1131583c..369f9966f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.77.1 +1.77.2 diff --git a/stripe/version.py b/stripe/version.py index e12c39db1..f9ace453b 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '1.77.1' +VERSION = '1.77.2'