release 0.4.2

This commit is contained in:
Sergey Lavrinenko 2015-03-08 23:34:25 +03:00
parent d8cb61ef3c
commit 27bf2546cf
3 changed files with 3 additions and 5 deletions

View File

@ -7,4 +7,6 @@ from conf_theme_alabaster import *
#from conf_theme_flask import *
version = '0.4'
release = '0.4.2'
html_theme_path = ['_themes', ] + html_theme_path

View File

@ -57,10 +57,6 @@ copyright = u'2015, Sergey Lavrinenko'
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.4.1'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -23,7 +23,7 @@ More examples is at <https://github.com/lavr/python-emails/README.rst>.
"""
__title__ = 'emails'
__version__ = '0.4.1'
__version__ = '0.4.2'
__author__ = 'Sergey Lavrinenko'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013-2015 Sergey Lavrinenko'