diff --git a/devops/__init__.py b/devops/__init__.py index 3e4e602e..78a0a12f 100644 --- a/devops/__init__.py +++ b/devops/__init__.py @@ -17,7 +17,7 @@ import yaml import logging import logging.config -__version__ = '2.9.4' +__version__ = '2.9.5' log_path = (os.environ.get('DEVOPS_CONFIG', os.curdir), os.path.join(os.path.dirname(os.path.abspath(__file__)), 'config'), diff --git a/docs/source/conf.py b/docs/source/conf.py index e090438c..bc6edbc5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,16 +57,16 @@ master_doc = 'index' # General information about the project. project = u'devops' -copyright = u'2013 - 2014, Mirantis Inc.' +copyright = u'2013 - 2015, Mirantis Inc.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.9.4' +version = '2.9.5' # The full version, including alpha/beta/rc tags. -release = '2.9.4' +release = '2.9.5' # 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 c31b8016..80451f2d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name='devops', - version='2.9.4', + version='2.9.5', description='Library for creating and manipulating virtual environments', author='Mirantis, Inc.', author_email='product@mirantis.com',