From b1df8638fa6d346c9f9f0ba02037db107624b0f1 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 21 Jun 2016 00:11:51 +0300 Subject: [PATCH] [RM-15016] Bump remoto requirement to 0.0.29 Signed-off-by: Oleh Prypin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']), ]) -- 2.47.3