Bump fuel-devops version up to 2.9.23

Bugfix release. No any new features, no any API changes.

Change-Id: I7afe82e747a878b84d0a0c7e418b2969c25719b8
This commit is contained in:
Alexey Stepanov 2016-08-03 15:10:53 +03:00
parent fa073f615d
commit ad2389be13
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.22'
__version__ = '2.9.23'
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.22'
version = '2.9.23'
# The full version, including alpha/beta/rc tags.
release = '2.9.22'
release = '2.9.23'
# 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.22',
version='2.9.23',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',