Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 6.14.2
current_version = 6.14.3

[bumpversion:file:nylas/_client_sdk_version.py]
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ nylas-python Changelog
======================
Unreleased
----------

v6.14.3
----------
* UAS multi-credential update
* Added `specific_time_availability` field to `AvailabilityParticipant` for overriding open hours on specific dates
* Added `smtp_required` option to hosted authentication config to require users to enter SMTP settings during IMAP authentication
Expand Down
2 changes: 1 addition & 1 deletion nylas/_client_sdk_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "6.14.2"
__VERSION__ = "6.14.3"
Loading