Skip to content

Commit

Permalink
Merge "Bump fuel-devops version to 2.9.13"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Nov 24, 2015
2 parents a38bd79 + 94973f9 commit 8e4085b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import logging
import logging.config

__version__ = '2.9.12'
__version__ = '2.9.13'

log_path = (os.environ.get('DEVOPS_CONFIG', os.curdir),
os.path.join(os.path.dirname(os.path.abspath(__file__)), 'config'),
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '2.9.12'
version = '2.9.13'
# The full version, including alpha/beta/rc tags.
release = '2.9.12'
release = '2.9.13'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='devops',
version='2.9.12',
version='2.9.13',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='[email protected]',
Expand Down

0 comments on commit 8e4085b

Please sign in to comment.