Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 6.13.0
current_version = 6.13.1

[bumpversion:file:nylas/_client_sdk_version.py]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
nylas-python Changelog
======================

v6.13.1
----------
* Fixed UTF-8 character encoding for all API requests to preserve special characters (accented letters, emoji, etc.) instead of escaping them as unicode sequences

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

v6.12.0
----------
Expand Down
2 changes: 1 addition & 1 deletion nylas/_client_sdk_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "6.13.0"
__VERSION__ = "6.13.1"