From 14fdf572571fc2bd59c400c6b34ffe608bc69772 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 20 Sep 2013 15:52:33 -0400 Subject: [PATCH] bump with fix from remoto v0.0.3 Signed-off-by: Alfredo Deza --- CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9f9ce0c..c6879f1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,8 @@ +1.2.7 +----- +* Ensure local calls to ceph-deploy do not attempt to ssh. + 1.2.6 ----- * Fixes a problem witha closed connection for Debian distros when creating diff --git a/setup.py b/setup.py index 5b727a0..4c08205 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.2'), + ('remoto', '0.0.3'), ]) -- 2.47.3