Michael Pasternak has uploaded a new change for review.

Change subject: cli: release 3.3.0.4-1
......................................................................

cli: release 3.3.0.4-1

move from SNAPSHOT to offical release

Change-Id: I5a5cb0b071e3a8cf8174f41672b651ed26e8bd72
Signed-off-by: Michael pasternak <[email protected]>
---
M Makefile
M setup.py
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/45/18845/1

diff --git a/Makefile b/Makefile
index 33814ec..4a2abd6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all: rpm
 
-rpmrelease:=SNAPSHOT
+rpmrelease:=1
 rpmversion=3.3.0.4
 RPMTOP=$(shell bash -c "pwd -P")/rpmtop
 SPEC=ovirt-engine-cli.spec
diff --git a/setup.py b/setup.py
index b61ecd9..da988a5 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-shell',
-    'version': '3.3.0.4-SNAPSHOT',
+    'version': '3.3.0.4-1',
     'description': 'A command-line interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': '[email protected]',
@@ -30,7 +30,7 @@
                  'ovirtcli.platform', 'ovirtcli.platform.posix',
                  'ovirtcli.platform.windows', 'ovirtcli.shell', 
'ovirtcli.utils', 'cli',
                  'cli.command', 'cli.platform', 'cli.platform.posix'],
-    install_requires=[ 'ovirt-engine-sdk-python >= 3.3.0.3-SNAPSHOT', 'ply >= 
3.3', 'kitchen >= 1' ],
+    install_requires=[ 'ovirt-engine-sdk-python >= 3.3.0.3', 'ply >= 3.3', 
'kitchen >= 1' ],
     entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] },
     **version_info
 )


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a5cb0b071e3a8cf8174f41672b651ed26e8bd72
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to