We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204e7ef commit c15faa5Copy full SHA for c15faa5
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 6.14.2
+current_version = 6.14.3
5
6
[bumpversion:file:nylas/_client_sdk_version.py]
CHANGELOG.md
@@ -2,6 +2,9 @@ nylas-python Changelog
======================
Unreleased
----------
+
+v6.14.3
7
+----------
8
* UAS multi-credential update
9
* Added `specific_time_availability` field to `AvailabilityParticipant` for overriding open hours on specific dates
10
* Added `smtp_required` option to hosted authentication config to require users to enter SMTP settings during IMAP authentication
nylas/_client_sdk_version.py
@@ -1 +1 @@
-__VERSION__ = "6.14.2"
+__VERSION__ = "6.14.3"
0 commit comments