Skip to content

Commit f776baf

Browse files
committed
release 0.6
1 parent 4a309ef commit f776baf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

emails/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
from __future__ import unicode_literals
3939

4040
__title__ = 'emails'
41-
__version__ = '0.5.15'
41+
__version__ = '0.6'
4242
__author__ = 'Sergey Lavrinenko'
4343
__license__ = 'Apache 2.0'
44-
__copyright__ = 'Copyright 2013-2017 Sergey Lavrinenko'
44+
__copyright__ = 'Copyright 2013-2019 Sergey Lavrinenko'
4545

4646
USER_AGENT = 'python-emails/%s' % __version__
4747

0 commit comments

Comments
 (0)