Increase Fuel-Web projects' versions

We need to increase Fuel projects' versions at least once per release,
because that will help us to track problems in multi-releases
environments and prevent us from some bugs (like the nailgun of same
version are available in few repos).

The patch should be merged at once with next one:

    https://review.openstack.org/#/c/137555/
    https://review.openstack.org/#/c/137566/
    https://review.openstack.org/#/c/137563/

Change-Id: I7ba73ce63a9fb228ef8c8b40f5feda5a32150a3c
Closes-Bug: #1395279
This commit is contained in:
Igor Kalnitsky
2014-11-27 11:44:02 +02:00
parent f1cb1a433c
commit 1e26f465d7

View File

@@ -17,7 +17,7 @@ from setuptools import setup
setup(
name='fuelclient',
version='0.2',
version='6.0.0',
description='Command line interface for Nailgun',
long_description="""Command line interface for Nailgun""",
author='Mirantis Inc.',