From 7c7c49025b0ae238d4d32ea83d3a420ba2ef06a0 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Fri, 17 Jul 2020 14:02:40 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.12.0=20=E2=86=92=204.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 4 ++++ nylas/_client_sdk_version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4fa6cd02..99b3a14f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 4.12.0 +current_version = 4.12.1 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e58c08..b57de3b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ nylas-python Changelog Unreleased (dev) ---------------- +nothing yet + +v4.12.1 +------- * Bugfix: Previously, if you passed a timedelta to the calendar availability API endpoint, it was converted to a float. Now, it is coerced to an int. diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index c53c25c8..cc76328f 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "4.12.0" +__VERSION__ = "4.12.1"