From: Alfredo Deza Date: Thu, 21 Nov 2013 16:09:36 +0000 (-0500) Subject: bump the version for remoto X-Git-Tag: v1.3.3~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee205996110bc6f13953148c869ff1cc424c24b8;p=ceph-deploy.git bump the version for remoto Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index cbf2c16..63b8c28 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.11'), + ('remoto', '0.0.12'), ])