diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a90caf30..63ebc4d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.77.1 - 2018-01-12 +* [#389](https://github.com/stripe/stripe-python/pull/389) Register unsaved attributes on assignment regardless of new value + ## 1.77.0 - 2017-12-21 * [#371](https://github.com/stripe/stripe-python/pull/371) Add accessor `last_response` on `StripeObject` for accessing request ID and other metadata diff --git a/VERSION b/VERSION index 79e15fd49..b1131583c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.77.0 +1.77.1 diff --git a/stripe/version.py b/stripe/version.py index 9c5cc5778..e12c39db1 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '1.77.0' +VERSION = '1.77.1'