Skip to content

Commit

Permalink
Version bump v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Oct 19, 2015
1 parent cc0ccd8 commit 7182246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.5.7] - 2015-10-19 ##
- Include MIT.LICENSE in release tarball

## [1.5.6] - 2015-10-16 ##
- Removed unsupported endpoint

Expand Down
2 changes: 1 addition & 1 deletion sendgrid/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 5, 6)
version_info = (1, 5, 7)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 7182246

Please sign in to comment.