From: Oleh Prypin Date: Mon, 20 Jun 2016 21:11:51 +0000 (+0300) Subject: [RM-15016] Bump remoto requirement to 0.0.29 X-Git-Tag: v1.5.35~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1df8638fa6d346c9f9f0ba02037db107624b0f1;p=ceph-deploy.git [RM-15016] Bump remoto requirement to 0.0.29 Signed-off-by: Oleh Prypin --- diff --git a/setup.py b/setup.py index fea550f..1c318a0 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ if os.environ.get('CEPH_DEPLOY_NO_VENDOR'): clean_vendor('remoto') else: vendorize([ - ('remoto', '0.0.28', ['python', 'vendor.py']), + ('remoto', '0.0.29', ['python', 'vendor.py']), ])