We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae16b6 commit 6d21b99Copy full SHA for 6d21b99
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
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
+
11
## [3.2.2] - 2016-08-23 ##
12
### Added
13
- Table of Contents in the README
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 2, 2)
+version_info = (3, 2, 3)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments