From 2520d9a701a0623be102bbc8f1f28efd535336e0 Mon Sep 17 00:00:00 2001 From: Artem Panchenko Date: Mon, 6 Jun 2016 16:56:13 +0300 Subject: [PATCH] Bump fuel-devops version up to 2.9.21 Change-Id: I90b4d4884914e0a5be914c1429dffef33a33e922 Partial-bug: #1589515 --- 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 fa8ba215..235a4aea 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.20' +__version__ = '2.9.21' if not os.path.exists(LOGS_DIR): os.makedirs(LOGS_DIR) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3be12095..808257f2 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.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. diff --git a/setup.py b/setup.py index 7097735d..32c17f32 100644 --- a/setup.py +++ b/setup.py @@ -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',