From ad2389be131542cad614c42a693f1967da600fdb Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Wed, 3 Aug 2016 15:10:53 +0300 Subject: [PATCH] Bump fuel-devops version up to 2.9.23 Bugfix release. No any new features, no any API changes. Change-Id: I7afe82e747a878b84d0a0c7e418b2969c25719b8 --- devops/__init__.py | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devops/__init__.py b/devops/__init__.py index 955c9687..b411047c 100644 --- a/devops/__init__.py +++ b/devops/__init__.py @@ -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) diff --git a/docs/source/conf.py b/docs/source/conf.py index 751bd21e..c1f3023a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/setup.py b/setup.py index 16f21c7c..243e756d 100644 --- a/setup.py +++ b/setup.py @@ -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',