Juan Hernandez has uploaded a new change for review. Change subject: cli: Update version number to 3.6.0.0 ......................................................................
cli: Update version number to 3.6.0.0 Now that the 3.5 branch has been created the version of the master branch should be 3.6.0.0. Change-Id: I0ee16102056afcf948b42d13da154dacd4e58c8b Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/19/29719/1 diff --git a/Makefile b/Makefile index 0c3cd4e..86a909f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=0.1 -rpmversion=3.5.0.0 +rpmversion=3.6.0.0 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in index ef5032e..627d898 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -15,7 +15,7 @@ BuildArch: noarch Requires: python -Requires: ovirt-engine-sdk-python >= 3.5.0.0 +Requires: ovirt-engine-sdk-python >= 3.6.0.0 Requires: python-setuptools Requires: python-ply Requires: python-kitchen diff --git a/setup.py b/setup.py index 799e48d..010a4d0 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.5.0.0', + 'version': '3.6.0.0', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', @@ -32,7 +32,7 @@ 'cli.command', 'cli.platform', 'cli.platform.posix', 'ovirtcli.infrastructure', 'ovirtcli.annotations', 'ovirtcli.events', 'ovirtcli.listeners', 'ovirtcli.meta', 'ovirtcli.state'], - install_requires=[ 'ovirt-engine-sdk-python >= 3.5.0.0', 'ply >= 3.3', 'kitchen >= 1' ], + install_requires=[ 'ovirt-engine-sdk-python >= 3.6.0.0', 'ply >= 3.3', 'kitchen >= 1' ], entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] }, **version_info ) -- To view, visit http://gerrit.ovirt.org/29719 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0ee16102056afcf948b42d13da154dacd4e58c8b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
