Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lavr committed Mar 8, 2015
1 parent d8cb61e commit 27bf254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Expand Up @@ -7,4 +7,6 @@

#from conf_theme_flask import *

version = '0.4'
release = '0.4.2'
html_theme_path = ['_themes', ] + html_theme_path
4 changes: 0 additions & 4 deletions docs/conf_base.py
Expand Up @@ -57,10 +57,6 @@
# |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.
Expand Down
2 changes: 1 addition & 1 deletion emails/__init__.py
Expand Up @@ -23,7 +23,7 @@
"""

__title__ = 'emails'
__version__ = '0.4.1'
__version__ = '0.4.2'
__author__ = 'Sergey Lavrinenko'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2013-2015 Sergey Lavrinenko'
Expand Down

0 comments on commit 27bf254

Please sign in to comment.