Skip to content

Commit c15faa5

Browse files
authored
v6.14.3-release (#463)
1 parent 204e7ef commit c15faa5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 6.14.2
4+
current_version = 6.14.3
55

66
[bumpversion:file:nylas/_client_sdk_version.py]

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ nylas-python Changelog
22
======================
33
Unreleased
44
----------
5+
6+
v6.14.3
7+
----------
58
* UAS multi-credential update
69
* Added `specific_time_availability` field to `AvailabilityParticipant` for overriding open hours on specific dates
710
* Added `smtp_required` option to hosted authentication config to require users to enter SMTP settings during IMAP authentication

nylas/_client_sdk_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "6.14.2"
1+
__VERSION__ = "6.14.3"

0 commit comments

Comments
 (0)