diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 24bf55d..32e0e24 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 6.11.1 +current_version = 6.12.0 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f132a..3d31825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ nylas-python Changelog ====================== -Unreleased +v6.12.0 ---------- * Added Yahoo, Zoom, EWS as providers to models/auth.py * Fixed grants.update() not using the correct "PATCH" method diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index aa567e4..5474672 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.11.1" +__VERSION__ = "6.12.0"