From 8df84a4a9682ddbe1c5c1fe1aa0772707bb8fa8c Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:38:44 -0400 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c801c0e..344a52db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ nylas-python Changelog ====================== -Unreleased +v5.9.1 ---------------- * Add option to include read only params in `as_json` +* Change config file in `hosted-oauth` example to match new Flask rules +* Fix unauthorized error for `revoke_token` v5.9.0 ---------------- From 5aa455efc15981ed9c2bce2fd052a694874a7eee Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:39:11 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=205.9.0=20=E2=86=92=205.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nylas/_client_sdk_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a97d919..42587ac9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 5.9.0 +current_version = 5.9.1 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index 09bfb060..e3648def 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "5.9.0" +__VERSION__ = "5.9.1"