diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 97fa2df..5aef9d0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 6.13.1 +current_version = 6.14.0 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index 99823c8..5149718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ nylas-python Changelog ====================== -Unreleased +v6.14.0 ---------- * Added `message.deleted` to the Webhook enum, appended tests * Fixed Participant.email not being optional, Microsoft events can now be represented diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index e8a66e9..4021122 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.13.1" +__VERSION__ = "6.14.0"