Skip to content

Commit 9dd42aa

Browse files
Version Bump v3.3.1: Inbound Parse fixes
1 parent bcd56d7 commit 9dd42aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
## [3.3.1] - 2016-08-31 ##
5+
### Fixed
6+
- Pull #213
7+
- Naming inconsistency, we now standardized on `file_name`
8+
- Support for use of `iteritems` in Python 3
9+
410
## [3.3.0] - 2016-08-31 ##
511
### Updated
612
- Pull #212

sendgrid/version.py

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

0 commit comments

Comments
 (0)