Skip to content

Commit a7d2faf

Browse files
Version Bump v3.3.0: Pull #212 - allow for custom Inbound Parse config.yml
1 parent ec2972a commit a7d2faf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [3.3.0] - 2016-08-31 ##
5+
### Updated
6+
- Pull #212
7+
- Allow for custom Inbound Parse config.yml
8+
49
## [3.2.3] - 2016-08-31 ##
510
### Updated
611
- Pull #211

sendgrid/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 2, 3)
1+
version_info = (3, 3, 0)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)