We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b86655 commit 807d3b7Copy full SHA for 807d3b7
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 6.5.0
+current_version = 6.6.0
5
6
[bumpversion:file:nylas/_client_sdk_version.py]
CHANGELOG.md
@@ -1,7 +1,7 @@
nylas-python Changelog
======================
-Unreleased
+v6.6.0
----------------
* Added response headers to all responses from the Nylas API
7
nylas/_client_sdk_version.py
@@ -1 +1 @@
-__VERSION__ = "6.5.0"
+__VERSION__ = "6.6.0"
0 commit comments