Skip to content

Commit 4f19970

Browse files
committed
add changelog and bump version 1.0.2 to 1.0.3
1 parent c67a953 commit 4f19970

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 1.0.2
4+
current_version = 1.0.3
55

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

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
nylas-python Changelog
2+
======================
3+
4+
v1.0.3
5+
------
6+
7+
Released October 8, 2015:
8+
9+
- Add client.account property
10+
11+
v1.0.2
12+
------
13+
14+
Released September 22, 2015:
15+
16+
- Add handling for 405 responses
17+
- Surface SMTP server errors
18+
- Expose Message attributes: events, snippet
19+
- Expose Folder and Label attributes: object, account_id
20+
- Expose Thread attribute: received_recent_date
21+
- Expose Draft attributes: reply_to_message_id, reply_to, starred, snippet
22+
- Expose File attributes: content_id, message_ids
23+
- Expose "object" attribute on Calendar, Event, and Contact
24+
- Add local token for tests
25+
26+
v1.0.1
27+
------
28+
29+
Released September 17, 2015:
30+
31+
Expose "owner" attribute on Events
32+
Clean up raw message data
33+
34+
v1.0.0
35+
------
36+
37+
Released August 28, 2015:
38+
39+
Don't first save draft objects when a direct send is possible.
40+
Remove deprecated namespaces support from SDK
41+
Account management fixes and upgrade/downgrade changes
42+
Added tests
43+
44+
v0.3.5
45+
------
46+
Drafts can now be sent without an implicit intermediate save to the mail provider.
47+

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)