Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.3.0.6-1 ......................................................................
sdk: release 3.3.0.6-1 move from SNAPSHOT to offical release Change-Id: Id30f25b70d818b3a50f4a17b5454c2b2308f00d4 Signed-off-by: Michael pasternak <[email protected]> --- M Makefile M setup.py 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/44/18844/1 diff --git a/Makefile b/Makefile index 9a64f0e..444db9e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=SNAPSHOT +rpmrelease:=1 rpmversion=3.3.0.6 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-sdk-python.spec diff --git a/setup.py b/setup.py index 148ad13..fd974f9 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk-python', - 'version': '3.3.0.6-SNAPSHOT', + 'version': '3.3.0.6-1', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/18844 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id30f25b70d818b3a50f4a17b5454c2b2308f00d4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
