Bump fuel-devops version up to 2.9.19

Change-Id: I55d83c905c5863159f727f0ca7d73444adf54c18
This commit is contained in:
Dennis Dmitriev 2016-02-18 21:22:13 +02:00
parent 5ec15abe57
commit a1ea63bb96
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.18'
__version__ = '2.9.19'
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.18'
version = '2.9.19'
# The full version, including alpha/beta/rc tags.
release = '2.9.18'
release = '2.9.19'
# 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.18',
version='2.9.19',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',