We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0f44d commit 1b0a59bCopy full SHA for 1b0a59b
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [3.4.0] - 2016-09-02 ##
5
+### Added
6
+- Pull #215
7
+- Support larger files. Note that there is a 20MB maximum.
8
+
9
## [3.3.1] - 2016-08-31 ##
10
### Fixed
11
- Pull #213
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (3, 3, 1)
+version_info = (3, 4, 0)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments