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: Ieb0cb6a7cd75a14a51d1dacb6bf747b8d076319b
Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com>
---
M Makefile
M setup.py
2 files changed, 3 insertions(+), 3 deletions(-)


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

diff --git a/Makefile b/Makefile
index 2f0a8af..c5607e8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
-rpmrelease:=1
-rpmversion=3.5.0.6
+rpmrelease:=0.1
+rpmversion=3.5.0.7
 RPMTOP=$(shell bash -c "pwd -P")/rpmtop
 SPEC=ovirt-engine-sdk-python.spec
 
diff --git a/setup.py b/setup.py
index bfaf71c..f317264 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-engine-sdk-python',
-    'version': '3.5.0.6',
+    'version': '3.5.0.7',
     'description': 'A SDK interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': 'mpast...@redhat.com',


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb0cb6a7cd75a14a51d1dacb6bf747b8d076319b
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

Reply via email to