Skip to content

Commit 6d21b99

Browse files
Version Bump v3.2.3: Pull #211, updates to inbound parse
1 parent bae16b6 commit 6d21b99

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [3.2.3] - 2016-08-31 ##
5+
### Updated
6+
- Pull #211
7+
- Within sendgrid/helpers/inbound/parse.py - moved doc strings to be under function definitions
8+
- broke up def attachments(...) into two individual private functions, so it's a bit less cumbersome and can be individually tested better
9+
- Big thanks to [Christopher Li](https://github.com/LiYChristopher) for the pull request!
10+
411
## [3.2.2] - 2016-08-23 ##
512
### Added
613
- Table of Contents in the README

sendgrid/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 2, 2)
1+
version_info = (3, 2, 3)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)