Bump version to 3.0.4

Change-Id: Id62923ba6c239eedb2611f6c18d061ab331a4ae8
This commit is contained in:
Vladimir Khlyunev 2017-03-27 13:08:38 +04:00
parent b3b52fca92
commit 236a605026
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ import time
import logging.config
from devops import settings
__version__ = '3.0.3'
__version__ = '3.0.4'
if not os.path.exists(settings.LOGS_DIR):
os.makedirs(settings.LOGS_DIR)

View File

@ -66,9 +66,9 @@ copyright = u'2013 - 2016, Mirantis Inc.'
# built documents.
#
# The short X.Y version.
version = '3.0.3'
version = '3.0.4'
# The full version, including alpha/beta/rc tags.
release = '3.0.3'
release = '3.0.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -19,7 +19,7 @@ import setuptools
setuptools.setup(
name='fuel-devops',
version='3.0.3',
version='3.0.4',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',