Skip to content

Commit

Permalink
Version Bump 1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Nov 10, 2015
1 parent 36525d3 commit 338fa0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.5.14] - 2015-11-09 ##

### Fixed ###
- Fix "Mail uses old-style class again" [144](https://github.com/sendgrid/sendgrid-python/issues/144)

## [1.5.13] - 2015-10-28 ##

### Fixed ###
Expand Down
2 changes: 1 addition & 1 deletion sendgrid/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from smtpapi import SMTPAPIHeader


class Mail():
class Mail(object):

"""SendGrid Message."""

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, 13)
version_info = (1, 5, 14)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 338fa0d

Please sign in to comment.