Skip to content

Commit 9049024

Browse files
Version Bump v3.2.10: Inbound Parse webhook support
1 parent 14e9b74 commit 9049024

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [3.2.10] - 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+
48
## [3.1.10] - 2016-07-26 ##
59
### Fixed
610
- Release 3.1.9 was botched (sorry!), so [the apikey/api_key fix](https://github.com/sendgrid/sendgrid-python/issues/197) 3.1.9 was supposed to address is now in this release

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 1, 10)
1+
version_info = (3, 2, 10)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)