We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e33dd2 commit 601a4beCopy full SHA for 601a4be
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 6.8.0
+current_version = 6.9.0
5
6
[bumpversion:file:nylas/_client_sdk_version.py]
CHANGELOG.md
@@ -1,7 +1,7 @@
nylas-python Changelog
======================
-Unreleased
+v6.9.0
----------------
* Added support for for tentative_as_busy parameter to the availability request
7
* Added missing webhook triggers
nylas/_client_sdk_version.py
@@ -1 +1 @@
-__VERSION__ = "6.8.0"
+__VERSION__ = "6.9.0"
0 commit comments