Merge "Bump version to 8.0"

This commit is contained in:
Jenkins
2015-09-08 15:20:33 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ class FuelClient(app.App):
def main(argv=sys.argv[1:]):
fuelclient_app = FuelClient(
description='Command line interface and Python API wrapper for Fuel.',
version='7.0.0',
version='8.0.0',
command_manager=CommandManager('fuelclient', convert_underscores=True)
)
return fuelclient_app.run(argv)

View File

@@ -1,6 +1,6 @@
[metadata]
name = python-fuelclient
version = 7.0.0
version = 8.0.0
summary = Command line interface and Python API wrapper for Fuel.
author = Mirantis Inc.
author-email = product@mirantis.com

View File

@@ -1,5 +1,5 @@
%define name python-fuelclient
%{!?version: %define version 7.0.0}
%{!?version: %define version 8.0.0}
%{!?release: %define release 1}
Summary: Console utility for working with fuel rest api