diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f7adc29..7f628cd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 6.16.0 +current_version = 6.17.0 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index ae95e89..47dde70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ nylas-python Changelog ====================== -Unreleased +v6.17.0 ---------- * Clarify that event `default` visibility is Google-only * Added `resources` field to Event, CreateEventRequest, and UpdateEventRequest models diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index 706ea62..75df596 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.16.0" +__VERSION__ = "6.17.0"