Merge "Bump fuel-devops version up to 2.9.22" into release/2.9

This commit is contained in:
Jenkins 2016-07-22 14:07:15 +00:00 committed by Gerrit Code Review
commit cdcfc40d36
3 changed files with 4 additions and 4 deletions

View File

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

View File

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