Skip to content

Commit 0ff64e5

Browse files
authored
Release v6.13.1 release (#443)
1 parent d226ff1 commit 0ff64e5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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 = 6.13.0
4+
current_version = 6.13.1
55

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

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
nylas-python Changelog
22
======================
33

4+
v6.13.1
5+
----------
6+
* Fixed UTF-8 character encoding for all API requests to preserve special characters (accented letters, emoji, etc.) instead of escaping them as unicode sequences
7+
48
v6.13.0
59
----------
610
* Fixed from field handling in messages.send() to properly map "from_" field to "from field
711
* Fixed content_id handling for large inline attachments to use content_id as field name instead of generic file{index}
8-
* Fixed UTF-8 character encoding for all API requests to preserve special characters (accented letters, emoji, etc.) instead of escaping them as unicode sequences
912

1013
v6.12.0
1114
----------

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)