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 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 5.3.0] - 2017-10-23 ##
5
+ ### Added
6
+ - Pull #348 : Allows users to submit rfc822 formatted email addresses
7
+ - Big thanks to [ Matt Bernier] ( https://github.com/mbernier ) for the pull request!
8
+
4
9
## [ 5.2.1] - 2017-10-21 ##
5
10
### Fixed
6
11
- Pull #364 : Install prism with non superuser account
Original file line number Diff line number Diff line change 1
1
# Supported tags and respective ` Dockerfile ` links
2
- - ` v5.2.1 ` , ` latest ` [ (Dockerfile)] ( https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile )
2
+ - ` v5.3.0 ` , ` latest ` [ (Dockerfile)] ( https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile )
3
+ - ` v5.2.1 `
3
4
- ` v5.2.0 `
4
5
- ` v5.1.0 `
5
6
- ` v5.0.1 `
Original file line number Diff line number Diff line change 1
- version_info = (5 , 2 , 1 )
1
+ version_info = (5 , 3 , 0 )
2
2
__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments