From: Alfredo Deza Date: Fri, 20 Sep 2013 19:52:33 +0000 (-0400) Subject: bump with fix from remoto v0.0.3 X-Git-Tag: v1.2.7~13^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F87%2Fhead;p=ceph-deploy.git bump with fix from remoto v0.0.3 Signed-off-by: Alfredo Deza --- 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'), ])