Bump fuel-devops version up to 2.9.20

Change-Id: Ie615d36c52385e892bfd1e31cc3876bb5834ed5f
This commit is contained in:
Dennis Dmitriev 2016-03-24 12:41:16 +02:00
parent 6e00417ace
commit f4ee1845ed
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.19'
__version__ = '2.9.20'
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.19'
version = '2.9.20'
# The full version, including alpha/beta/rc tags.
release = '2.9.19'
release = '2.9.20'
# 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.19',
version='2.9.20',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',