Juan Hernandez has uploaded a new change for review.

Change subject: sdk: Prepare for next development iteration
......................................................................

sdk: Prepare for next development iteration

In preparation for the next development iteration this patch increases
the version number and sets the RPM relase number to 0.1.

Change-Id: I9fa261d0bc23272cec87542d5e6cab472e8937de
Signed-off-by: Juan Hernandez <[email protected]>
---
M Makefile
M ovirt-engine-sdk-python.spec.in
M setup.py
3 files changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/37/29837/1

diff --git a/Makefile b/Makefile
index 7a3ccbf..d6f8f8e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
-rpmrelease:=1
-rpmversion=3.4.3.0
+rpmrelease:=0.1
+rpmversion=3.4.3.1
 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 86e5f4b..b5e2410 100644
--- a/ovirt-engine-sdk-python.spec.in
+++ b/ovirt-engine-sdk-python.spec.in
@@ -41,7 +41,8 @@
 
 %changelog
 * Wed May 7 2014 Juan Hernandez <[email protected]> - 3.4.3.0-1
-- 1101531
+- Add expect and correlation_id parameters to network labels related
+  methods #1101531.
 
 * Wed May 7 2014 Juan Hernandez <[email protected]> - 3.4.1.1-1
 - Added maintenance operation to VM.
diff --git a/setup.py b/setup.py
index 797e982..a672fde 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-engine-sdk-python',
-    'version': '3.4.3.0',
+    'version': '3.4.3.1',
     'description': 'A SDK interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': '[email protected]',


-- 
To view, visit http://gerrit.ovirt.org/29837
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9fa261d0bc23272cec87542d5e6cab472e8937de
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: sdk_3.4
Gerrit-Owner: Juan Hernandez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to