Skip to content

Commit 4302bff

Browse files
Version Bump v5.3.0: #348: Allows users to submit rfc822 formatted email addresses
1 parent ae54113 commit 4302bff

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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+
## [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+
49
## [5.2.1] - 2017-10-21 ##
510
### Fixed
611
- Pull #364: Install prism with non superuser account

docker/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 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`
34
- `v5.2.0`
45
- `v5.1.0`
56
- `v5.0.1`

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (5, 2, 1)
1+
version_info = (5, 3, 0)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)