From: Alfredo Deza Date: Mon, 28 Oct 2013 14:04:05 +0000 (-0400) Subject: bump the version of remoto that has the fixes X-Git-Tag: v1.3~8^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3cec65e64293bf33ab44d7698069d998d917b4ea;p=ceph-deploy.git bump the version of remoto that has the fixes Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index da60313..14f79e1 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.8'), + ('remoto', '0.0.9'), ])