release 0.5.6

This commit is contained in:
Serghei Mihai 2016-07-08 14:45:19 +02:00
parent 6abef3b178
commit d32ee28fa8
1 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Links
from __future__ import unicode_literals from __future__ import unicode_literals
__title__ = 'emails' __title__ = 'emails'
__version__ = '0.5.5' __version__ = '0.5.6'
__author__ = 'Sergey Lavrinenko' __author__ = 'Sergey Lavrinenko'
__license__ = 'Apache 2.0' __license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013-2016 Sergey Lavrinenko' __copyright__ = 'Copyright 2013-2016 Sergey Lavrinenko'
@ -47,5 +47,3 @@ USER_AGENT = 'python-emails/%s' % __version__
from .message import Message, html from .message import Message, html
from .utils import MessageID from .utils import MessageID