File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 5.1.0] - 2017-08-30 ##
5
+ ### Added
6
+ - Pull #338 : Allow the ` __str__ ` method for the ` Mail ` object return an ` String ` instead of a ` NoneType `
7
+ - Solves #292 : The ` __str__ ` method of the ` Mail ` class, doesn't actually return anything
8
+ - Big thanks to [ belfazt] ( https://github.com/belfazt ) for the pull request!
9
+
4
10
## [ 5.0.1] - 2017-08-29
5
11
### Fix
6
12
- Pull #337 , fixes issue #366
Original file line number Diff line number Diff line change 1
1
# Supported tags and respective ` Dockerfile ` links
2
- - ` v5.0.1 ` , ` latest ` [ (Dockerfile)] ( https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile )
2
+ - ` v5.1.0 ` , ` latest ` [ (Dockerfile)] ( https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile )
3
+ - ` v5.0.1 `
3
4
- ` v5.0.0 `
4
5
- ` v4.2.1 `
5
6
- ` v4.2.0 `
Original file line number Diff line number Diff line change 1
- version_info = (5 , 0 , 1 )
1
+ version_info = (5 , 1 , 0 )
2
2
__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments