Skip to content

Commit d815d01

Browse files
committed
Bump version and prep 2.0.0 release
1 parent 7849e8d commit d815d01

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.2.3
4+
current_version = 2.0.0
55

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

CHANGELOG.md

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

4+
v2.0.0
5+
------
6+
7+
Release May 18, 2017:
8+
- Add support for expanded message view
9+
- Remove deprecated "Inbox" name
10+
- Send correct auth headers for account management
11+
- Respect the offset parameter for restfulmodelcollection
12+
- Add ability to revoke token
13+
14+
[Full Changelog](https://github.com/nylas/nylas-ruby/compare/v1.2.3...v2.0.0)
15+
16+
417
v1.2.3
518
------
619

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)