File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## [ 5.2.0] - 2017-08-31 ##
5+ ### Added
6+ - Pull #335 : Permit unicode string values with Substitution helper
7+ - Big thanks to [ Mehron Kugler] ( https://github.com/mehronkugler ) for the pull request!
8+
49## [ 5.1.0] - 2017-08-30 ##
510### Added
611- Pull #338 : Allow the ` __str__ ` method for the ` Mail ` object return an ` String ` instead of a ` NoneType `
Original file line number Diff line number Diff line change 11# Supported tags and respective ` Dockerfile ` links
2- - ` v5.1.0 ` , ` latest ` [ (Dockerfile)] ( https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile )
2+ - ` v5.2.0 ` , ` latest ` [ (Dockerfile)] ( https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile )
3+ - ` v5.1.0 `
34 - ` v5.0.1 `
45 - ` v5.0.0 `
56 - ` v4.2.1 `
Original file line number Diff line number Diff line change 1- version_info = (5 , 1 , 0 )
1+ version_info = (5 , 2 , 0 )
22__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments