Juan Hernandez has uploaded a new change for review. Change subject: sdk: Release 3.5.2.0 ......................................................................
sdk: Release 3.5.2.0 Change-Id: If51bf5443dc49ce75c555621d4270105bddbb503 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M Makefile M ovirt-engine-sdk-python.spec.in M setup.py 3 files changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/54/37954/1 diff --git a/Makefile b/Makefile index 5e9df40..8a7240e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm -rpmrelease:=0.1$(rpmsuffix) -rpmversion=3.5.1.1 +rpmrelease:=1$(rpmsuffix) +rpmversion=3.5.2.0 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-sdk-python.spec diff --git a/ovirt-engine-sdk-python.spec.in b/ovirt-engine-sdk-python.spec.in index eae4c33..4cfe4a8 100644 --- a/ovirt-engine-sdk-python.spec.in +++ b/ovirt-engine-sdk-python.spec.in @@ -40,6 +40,10 @@ %doc AUTHORS.md README.md LICENSE.md %changelog +* Thu Feb 19 2015 Juan Hernandez <juan.hernan...@redhat.com> - 3.5.2.0-1 +- Added All-Content support to hosts #1194185. +- Added isattached action to storag domain #1179246. + * Fri Jan 16 2015 Juan Hernandez <juan.hernan...@redhat.com> - 3.5.1.0-1 - Added support for the operations to move, copy and export disks using the top level disks collection #1169376. diff --git a/setup.py b/setup.py index f09baee..d283326 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk-python', - 'version': '3.5.1.1', + 'version': '3.5.2.0', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/37954 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If51bf5443dc49ce75c555621d4270105bddbb503 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_3.5 Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches