Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloPhagula committed Jan 2, 2018
1 parent c6cc197 commit b923ea7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
For a complete view of all the releases, visit the releases page on GitHub:
[https://github.com/dareenzo/send_mail/releases](https://github.com/dareenzo/send_mail/releases)

## v1.1.0 - 2018-01-02

- Add support for multiple Reply to addresses
- Add Message-ID header to mails for usage by anti-spam software
- Send mails with content formatted as quoted-printable
- Improve documentation

## v1.0.1 - 2017-01-22

- Only provide `send_mail` method as part of the public API. The rest of the
Expand Down
2 changes: 1 addition & 1 deletion send_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Email sending module for scripts.
:copyright: Copyright 2017 by Paulo Phagula.
:copyright: Copyright 2017-2018 by Paulo Phagula.
:license: MIT, see LICENSE for details.
"""
from __future__ import unicode_literals, print_function
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def file_get_contents(filename):

setup(
name='send_mail',
version='1.0.1',
version='1.1.0',
description='Simple email sending module for use in ETL/reporting script.',
long_description=LONG_DESCRIPTION,
url='https://github.com/dareenzo/send_mail',
Expand Down

0 comments on commit b923ea7

Please sign in to comment.