Merge "Bump fuel-devops master branch version up to 3.0.2"

This commit is contained in:
Jenkins 2016-09-06 12:16:10 +00:00 committed by Gerrit Code Review
commit 5c94ae2886
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ import logging.config
from devops.settings import LOGS_DIR
from devops.settings import LOGS_SIZE
__version__ = '3.0.1'
__version__ = '3.0.2'
if not os.path.exists(LOGS_DIR):
os.makedirs(LOGS_DIR)

View File

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

View File

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