From 61c61f46c8c6dce3e83aa6c91fcb5a0b4232d49f Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Mon, 18 Aug 2025 09:29:31 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.11.0=20=E2=86=92=206.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- nylas/_client_sdk_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 70c91c0..24bf55d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 6.10.0 +current_version = 6.11.1 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index e32f08d..1be11ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ nylas-python Changelog ====================== -Unreleased +v6.11.1 ---------- * Fixed KeyError when processing events with empty or incomplete conferencing objects diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index 1a65cb3..aa567e4 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.10.0" +__VERSION__ = "6.11.1"