From d32ee28fa8eb90aad6740501fde985afecc7349c Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 8 Jul 2016 14:45:19 +0200 Subject: [PATCH] release 0.5.6 --- emails/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emails/__init__.py b/emails/__init__.py index e92366e..406c3ff 100644 --- a/emails/__init__.py +++ b/emails/__init__.py @@ -38,7 +38,7 @@ Links from __future__ import unicode_literals __title__ = 'emails' -__version__ = '0.5.5' +__version__ = '0.5.6' __author__ = 'Sergey Lavrinenko' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2013-2016 Sergey Lavrinenko' @@ -47,5 +47,3 @@ USER_AGENT = 'python-emails/%s' % __version__ from .message import Message, html from .utils import MessageID - -