Bump fuel-devops master branch version up to 3.0.1

First 'stable' release of fuel-devops 3.0.x

Change-Id: If06ffc6aed3cd616220182b2e1c5f41d1362779b
This commit is contained in:
Dennis Dmitriev 2016-07-22 13:16:32 +03:00
parent 858339a0d3
commit 6e970b1c05
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.0'
__version__ = '3.0.1'
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.0'
version = '3.0.1'
# The full version, including alpha/beta/rc tags.
release = '3.0.0'
release = '3.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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