Skip to content

Commit 911572d

Browse files
Version Bump v4.1.0: Pull sendgrid#314 Add ability to impersonate subuser
1 parent fa58bd6 commit 911572d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [4.1.0] - 2017-05-08 ##
5+
### Added
6+
- Pull #314 Add ability to impersonate subuser
7+
- Big thanks to [w-](https://github.com/w-) for the pull request!
8+
49
## [4.0.0] - 2017-04-05 ##
510
### BREAKING CHANGE
611
- Pull #244 [refactor helpers using property getter/setter](https://github.com/sendgrid/sendgrid-python/pull/244/files)

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (4, 0, 0)
1+
version_info = (4, 1, 0)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)