We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2972a commit a7d2fafCopy full SHA for a7d2faf
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [3.3.0] - 2016-08-31 ##
5
+### Updated
6
+- Pull #212
7
+- Allow for custom Inbound Parse config.yml
8
+
9
## [3.2.3] - 2016-08-31 ##
10
### Updated
11
- Pull #211
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 2, 3)
+version_info = (3, 3, 0)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments