Skip to content

Commit 10cf2bd

Browse files
authored
v5.12.1 Release (nylas#248)
New nylas v5.12.1 release
1 parent ba0d2f8 commit 10cf2bd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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 = 5.12.0
4+
current_version = 5.12.1
55

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
nylas-python Changelog
22
======================
33

4+
v5.12.1
5+
----------------
6+
* Only install enum34 on python34 and below
7+
48
v5.12.0
59
----------------
610
* Add support for sending raw MIME messages

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)