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 27227be commit d844c96Copy full SHA for d844c96
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 5.11.0
+current_version = 5.12.0
5
6
[bumpversion:file:nylas/_client_sdk_version.py]
CHANGELOG.md
@@ -1,7 +1,7 @@
nylas-python Changelog
======================
-Unreleased
+v5.12.0
----------------
* Add support for sending raw MIME messages
7
nylas/_client_sdk_version.py
@@ -1 +1 @@
-__VERSION__ = "5.11.0"
+__VERSION__ = "5.12.0"
0 commit comments