We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79c77f commit 00e3f81Copy full SHA for 00e3f81
3 files changed
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 6.14.0
+current_version = 6.14.1
5
6
[bumpversion:file:nylas/_client_sdk_version.py]
CHANGELOG.md
@@ -1,9 +1,9 @@
nylas-python Changelog
======================
-Unrelease
+v6.14.1
----------
-* Update attachment schema to not make it mandatory
+* Fix attachment id to not be a requirement
7
8
v6.14.0
9
nylas/_client_sdk_version.py
@@ -1 +1 @@
-__VERSION__ = "6.14.0"
+__VERSION__ = "6.14.1"
0 commit comments