Skip to content

Commit 27792a6

Browse files
Bump version: 4.10.0 → 4.11.0
1 parent 8449630 commit 27792a6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.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 = 4.10.0
4+
current_version = 4.11.0
55

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

CHANGELOG.md

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

44
Unreleased (dev)
55
----------------
6+
nothing yet
7+
8+
v4.11.0
9+
-------
610
* Bugfix: Previously, if you specified a limit of 50 or more for any resource, you would receive ALL the resources available on the server. The SDK now properly respects the limit provided.
711
* Add `has_attachments` to Thread model
812

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)