Skip to content

Commit

Permalink
Version Bump v3.3.1: Inbound Parse fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Sep 1, 2016
1 parent bcd56d7 commit 9dd42aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.3.1] - 2016-08-31 ##
### Fixed
- Pull #213
- Naming inconsistency, we now standardized on `file_name`
- Support for use of `iteritems` in Python 3

## [3.3.0] - 2016-08-31 ##
### Updated
- Pull #212
Expand Down
2 changes: 1 addition & 1 deletion sendgrid/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (3, 3, 0)
version_info = (3, 3, 1)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 9dd42aa

Please sign in to comment.