From: Alfredo Deza Date: Wed, 16 Oct 2013 16:35:57 +0000 (-0400) Subject: bump the version for remoto, includes fix for sudo python X-Git-Tag: v1.3~18^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da11cb87ed46b57b2fdc6484e63c229a143763b0;p=ceph-deploy.git bump the version for remoto, includes fix for sudo python Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index a18927c..29c6f34 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ if pyversion < (2, 7) or (3, 0) <= pyversion <= (3, 1): # Add libraries that are not part of install_requires # vendorize([ - ('remoto', '0.0.6'), + ('remoto', '0.0.7'), ])