From 56e18b799e14ff7f76a3cfc8f21d3940faf913f8 Mon Sep 17 00:00:00 2001 From: Brandur Date: Fri, 12 Jan 2018 08:41:09 -0800 Subject: [PATCH] Bump version to 1.77.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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'