Bump to version 3.0.5

Ntp fixes

Change-Id: I225be57f3790f36009bbb41d8e732bd9c210a893
This commit is contained in:
Dennis Dmitriev 2017-03-30 21:19:02 +03:00
parent 6d4b22107e
commit 8fb07e2cc1
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ import time
import logging.config
from devops import settings
__version__ = '3.0.4'
__version__ = '3.0.5'
if not os.path.exists(settings.LOGS_DIR):
os.makedirs(settings.LOGS_DIR)

View File

@ -66,9 +66,9 @@ copyright = u'2013 - 2016, Mirantis Inc.'
# built documents.
#
# The short X.Y version.
version = '3.0.4'
version = '3.0.5'
# The full version, including alpha/beta/rc tags.
release = '3.0.4'
release = '3.0.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -19,7 +19,7 @@ import setuptools
setuptools.setup(
name='fuel-devops',
version='3.0.4',
version='3.0.5',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',