Juan Hernandez has uploaded a new change for review. Change subject: sdk: Update version number to 3.6.0.0 ......................................................................
sdk: Update version number to 3.6.0.0 Now that the 3.5 branch has been created the version of master should be 3.6.0.0. Change-Id: I9f114454d93f59ae2d927da516b5e1640a4a9455 Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M setup.py 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/18/29718/1 diff --git a/Makefile b/Makefile index 93f8de5..c271bfd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm -rpmrelease:=0.2 -rpmversion=3.5.0.0 +rpmrelease:=0.1 +rpmversion=3.6.0.0 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-sdk-python.spec diff --git a/setup.py b/setup.py index ccf25d5..1caa8e5 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk-python', - 'version': '3.5.0.0', + 'version': '3.6.0.0', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/29718 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9f114454d93f59ae2d927da516b5e1640a4a9455 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
