We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9049024 commit 658f6caCopy full SHA for 658f6ca
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
-## [3.2.10] - 2016-08-17 ##
+## [3.2.0] - 2016-08-17 ##
5
### Added
6
- Helper code for our [Inbound Parse webhook](https://github.com/sendgrid/sendgrid-python/tree/inbound/sendgrid/helpers/inbound)
7
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 2, 10)
+version_info = (3, 2, 0)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments