File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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
+ ## [ 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
+
4
11
## [ 3.2.2] - 2016-08-23 ##
5
12
### Added
6
13
- Table of Contents in the README
Original file line number Diff line number Diff line change 1
- version_info = (3 , 2 , 2 )
1
+ version_info = (3 , 2 , 3 )
2
2
__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments