release 0.4.5

This commit is contained in:
Sergey Lavrinenko 2015-03-11 23:23:09 +03:00
parent 926e3c1aa2
commit a34e19ae2f
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ from conf_theme_alabaster import *
#from conf_theme_flask import *
version = '0.4'
release = '0.4.4'
release = '0.4.5'
html_theme_path = ['_themes', ] + html_theme_path

View File

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