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 11# Change Log
22All 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
Original file line number Diff line number Diff line change 1- version_info = (3 , 2 , 2 )
1+ version_info = (3 , 2 , 3 )
22__version__ = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments