We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0ccd8 commit 7182246Copy full SHA for 7182246
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [1.5.7] - 2015-10-19 ##
5
+- Include MIT.LICENSE in release tarball
6
+
7
## [1.5.6] - 2015-10-16 ##
8
- Removed unsupported endpoint
9
sendgrid/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 5, 6)
+version_info = (1, 5, 7)
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments