Skip to content

Commit 96ab7c4

Browse files
Version Bump: v4.2.0: Pull #318 Add ability to reset request headers on client attribute
1 parent cd4d449 commit 96ab7c4

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.2.0] - 2017-06-01 ##
5+
### Added
6+
- Pull #318 Add ability to reset request headers on client attribute
7+
- Big thanks to [w-](https://github.com/w-) for the pull request!
8+
49
## [4.1.0] - 2017-05-08 ##
510
### Added
611
- Pull #314 Add ability to impersonate subuser

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, 1, 0)
1+
version_info = (4, 2, 0)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)