Skip to content

Commit 9bd4e6c

Browse files
authored
Release v6.10.0 (#427)
* Release v6.10.0 * Bump version: 6.9.0 → 6.10.0
1 parent 5536a00 commit 9bd4e6c

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.9.0
4+
current_version = 6.10.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.10.0
55
----------------
66
* Added support for `single_level` query parameter in `ListFolderQueryParams` for Microsoft accounts to control folder hierarchy traversal
77
* Added support for `earliest_message_date` query parameter for threads

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)