Skip to content

Commit 1b0a59b

Browse files
Version Bump v3.4.0: Support larger files, up to 20MB for Incoming Parse
1 parent bc0f44d commit 1b0a59b

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.4.0] - 2016-09-02 ##
5+
### Added
6+
- Pull #215
7+
- Support larger files. Note that there is a 20MB maximum.
8+
49
## [3.3.1] - 2016-08-31 ##
510
### Fixed
611
- Pull #213

sendgrid/version.py

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

0 commit comments

Comments
 (0)