Skip to content

Commit 7182246

Browse files
Version bump v1.5.7
1 parent cc0ccd8 commit 7182246

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

4+
## [1.5.7] - 2015-10-19 ##
5+
- Include MIT.LICENSE in release tarball
6+
47
## [1.5.6] - 2015-10-16 ##
58
- Removed unsupported endpoint
69

sendgrid/version.py

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

0 commit comments

Comments
 (0)