Skip to content

Commit

Permalink
Version Bump v4.1.0: Pull #314 Add ability to impersonate subuser
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed May 9, 2017
1 parent fa58bd6 commit 911572d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.1.0] - 2017-05-08 ##
### Added
- Pull #314 Add ability to impersonate subuser
- Big thanks to [w-](https://github.com/w-) for the pull request!

## [4.0.0] - 2017-04-05 ##
### BREAKING CHANGE
- Pull #244 [refactor helpers using property getter/setter](https://github.com/sendgrid/sendgrid-python/pull/244/files)
Expand Down
2 changes: 1 addition & 1 deletion sendgrid/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (4, 0, 0)
version_info = (4, 1, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 911572d

Please sign in to comment.