Bump fuel-devops version up to 2.9.21

Change-Id: I90b4d4884914e0a5be914c1429dffef33a33e922
Partial-bug: #1589515
This commit is contained in:
Artem Panchenko 2016-06-06 16:56:13 +03:00 committed by Alexey Stepanov
parent 1955f25c4b
commit 2520d9a701
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.20'
__version__ = '2.9.21'
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.20'
version = '2.9.21'
# The full version, including alpha/beta/rc tags.
release = '2.9.20'
release = '2.9.21'
# 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.20',
version='2.9.21',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',