Skip to content

Commit 601a4be

Browse files
authored
Release v6.9.0 (#418)
* Update changelog * Bump version: 6.8.0 → 6.9.0
1 parent 2e33dd2 commit 601a4be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8.0
4+
current_version = 6.9.0
55

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nylas-python Changelog
22
======================
33

4-
Unreleased
4+
v6.9.0
55
----------------
66
* Added support for for tentative_as_busy parameter to the availability request
77
* Added missing webhook triggers

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)