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 5a7ca7d commit a1e3a73Copy full SHA for a1e3a73
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 5.10.2
+current_version = 5.11.0
5
6
[bumpversion:file:nylas/_client_sdk_version.py]
CHANGELOG.md
@@ -1,7 +1,7 @@
nylas-python Changelog
======================
-Unreleased
+v5.11.0
----------------
* Add support for calendar colors (for Microsoft calendars)
7
* Add support for rate limit errors
nylas/_client_sdk_version.py
@@ -1 +1 @@
-__VERSION__ = "5.10.2"
+__VERSION__ = "5.11.0"
0 commit comments