Merge "Bump version to 2.9.5"
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user