Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit f4ee184

Browse files
committed
Bump fuel-devops version up to 2.9.20
Change-Id: Ie615d36c52385e892bfd1e31cc3876bb5834ed5f
1 parent 6e00417 commit f4ee184

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

devops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import logging
1818
import logging.config
1919

20-
__version__ = '2.9.19'
20+
__version__ = '2.9.20'
2121

2222
log_path = (os.environ.get('DEVOPS_CONFIG', os.curdir),
2323
os.path.join(os.path.dirname(os.path.abspath(__file__)), 'config'),

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '2.9.19'
67+
version = '2.9.20'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '2.9.19'
69+
release = '2.9.20'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='fuel-devops',
23-
version='2.9.19',
23+
version='2.9.20',
2424
description='Library for creating and manipulating virtual environments',
2525
author='Mirantis, Inc.',
2626
author_email='product@mirantis.com',

0 commit comments

Comments
 (0)