Up minor version to 2.3.1

Change-Id: I249f30d1f6c02b72bf59fed8f756bd1a76fedc2e
This commit is contained in:
NastyaUrlapova 2014-03-28 14:52:22 +04:00
parent ddb3c1e0bc
commit dba90b51c6
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -18,7 +18,7 @@ from setuptools import find_packages
setup(
name='devops',
version='2.3',
version='2.3.1',
description='Library for creating and manipulating virtual environments',
author='Mirantis, Inc.',
author_email='product@mirantis.com',