Skip to content

Commit 06a9dff

Browse files
authored
v5.14.0 Release (nylas#258)
This new Nylas Python SDK
1 parent 53ca4e9 commit 06a9dff

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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 = 5.13.1
4+
current_version = 5.14.0
55

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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ nylas-python Changelog
44
Unreleased
55
----------------
66
* Add support for verifying webhook signatures
7+
* Add optional parameter for token-info endpoint
78

89
v5.13.1
910
----------------

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)