diff --git a/emails/__init__.py b/emails/__init__.py index 2d1f9c9..b3f3106 100644 --- a/emails/__init__.py +++ b/emails/__init__.py @@ -38,7 +38,7 @@ Links from __future__ import unicode_literals __title__ = 'emails' -__version__ = '0.5.2' +__version__ = '0.5.3' __author__ = 'Sergey Lavrinenko' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2013-2015 Sergey Lavrinenko'