Bump fuel-devops version up to 2.9.18

Change-Id: I4c39cd12532ae4c9fdeead69e7bfd23ba909c62c
This commit is contained in:
Dmitry Kaigarodtsev
2016-01-27 11:09:14 +02:00
committed by Dmitry Kaigarodsev
parent 8da553bca7
commit 09b4eaad99
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import yaml
import logging
import logging.config
__version__ = '2.9.17'
__version__ = '2.9.18'
log_path = (os.environ.get('DEVOPS_CONFIG', os.curdir),
os.path.join(os.path.dirname(os.path.abspath(__file__)), 'config'),

View File

@@ -64,9 +64,9 @@ copyright = u'2013 - 2015, Mirantis Inc.'
# built documents.
#
# The short X.Y version.
version = '2.9.17'
version = '2.9.18'
# The full version, including alpha/beta/rc tags.
release = '2.9.17'
release = '2.9.18'
# 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='2.9.17',
version='2.9.18',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',