Merge "Bump version to 2.9.5"

This commit is contained in:
Jenkins
2015-03-02 12:06:40 +00:00
committed by Gerrit Code Review
3 changed files with 5 additions and 5 deletions

View File

@@ -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'),

View File

@@ -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.

View File

@@ -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',