Merge "Bump version to 8.0"
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user