From cba2b399fce826c50d8f7215d801c00da56d4e6f Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Mon, 5 Sep 2016 14:44:55 +0300 Subject: [PATCH] Bump fuel-devops master branch version up to 3.0.2 Bump fuel-devops master branch version up to 3.0.2 Change-Id: I9fd5b47e2489d5586e6987a5b0bcaa761c4ff6f6 --- devops/__init__.py | 2 +- doc/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 5659a28d..16fc03e9 100644 --- a/devops/__init__.py +++ b/devops/__init__.py @@ -19,7 +19,7 @@ import logging.config from devops.settings import LOGS_DIR from devops.settings import LOGS_SIZE -__version__ = '3.0.1' +__version__ = '3.0.2' if not os.path.exists(LOGS_DIR): os.makedirs(LOGS_DIR) diff --git a/doc/source/conf.py b/doc/source/conf.py index ece590eb..e25de2ce 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -67,9 +67,9 @@ copyright = u'2013 - 2016, Mirantis Inc.' # built documents. # # The short X.Y version. -version = '3.0.1' +version = '3.0.2' # The full version, including alpha/beta/rc tags. -release = '3.0.1' +release = '3.0.2' # 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 b7f41ab3..8b7f0400 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name='fuel-devops', - version='3.0.1', + version='3.0.2', description='Library for creating and manipulating virtual environments', author='Mirantis, Inc.', author_email='product@mirantis.com',