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.1] - 2017-10-21 ##
5+ ### Fixed
6+ - Pull #364 : Install prism with non superuser account
7+ - Big thanks to [ meahow] ( https://github.com/meahow ) for the pull request!
8+
49## [ 5.2.0] - 2017-08-31 ##
510### Added
611- Pull #335 : Permit unicode string values with Substitution helper
Original file line number Diff line number Diff line change 11# Supported tags and respective ` Dockerfile ` links
2- - ` v5.2.0 ` , ` latest ` [ (Dockerfile)] ( https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile )
2+ - ` v5.2.1 ` , ` latest ` [ (Dockerfile)] ( https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile )
3+ - ` v5.2.0 `
34 - ` v5.1.0 `
45 - ` v5.0.1 `
56 - ` v5.0.0 `
Original file line number Diff line number Diff line change 1- version_info = (5 , 2 , 0 )
1+ version_info = (5 , 2 , 1 )
22__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments