We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd56d7 commit 9dd42aaCopy full SHA for 9dd42aa
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
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
+
10
## [3.3.0] - 2016-08-31 ##
11
### Updated
12
- Pull #212
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 3, 0)
+version_info = (3, 3, 1)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments