release 0.5.1

This commit is contained in:
Sergey Lavrinenko 2015-04-03 19:34:16 +03:00
parent dd7d4979e8
commit 7c824aa089
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -38,7 +38,7 @@ Links
from __future__ import unicode_literals
__title__ = 'emails'
__version__ = '0.5'
__version__ = '0.5.1'
__author__ = 'Sergey Lavrinenko'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013-2015 Sergey Lavrinenko'