Juan Hernandez has uploaded a new change for review. Change subject: sdk: Introduce "preview" suffix in the version number ......................................................................
sdk: Introduce "preview" suffix in the version number This will allow versioning of pre-releases for people that don't use the RPM packaging. Change-Id: I2bce7112991c237d34640cd05a2a61edd60b8193 Signed-off-by: Juan Hernandez <[email protected]> --- M setup.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/30/38130/1 diff --git a/setup.py b/setup.py index 010a4d0..aee883c 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.6.0.0', + 'version': '3.6.0.0preview2', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit https://gerrit.ovirt.org/38130 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2bce7112991c237d34640cd05a2a61edd60b8193 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
