2.5.2 release

Change-Id: I64cc20292018d7373dceb816b068a4e78c87495e
This commit is contained in:
Igor Shishkin 2014-10-23 17:29:55 +04:00
parent edcde5faea
commit 0bf81a95d9
2 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ copyright = u'2013 - 2014, Mirantis Inc.'
# built documents.
#
# The short X.Y version.
version = '2.4.3'
version = '2.5.2'
# The full version, including alpha/beta/rc tags.
release = '2.4.3'
release = '2.5.2'
# 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.5.1',
version='2.5.2',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',