Merge "Bump fuel-devops master branch to version 3.0.3"

This commit is contained in:
Jenkins 2016-10-11 11:24:43 +00:00 committed by Gerrit Code Review
commit f045b875d3
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.2'
__version__ = '3.0.3'
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.2'
version = '3.0.3'
# The full version, including alpha/beta/rc tags.
release = '3.0.2'
release = '3.0.3'
# 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.2',
version='3.0.3',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',