]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump the version for remoto, includes fix for sudo python 105/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 16 Oct 2013 16:35:57 +0000 (12:35 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 16 Oct 2013 16:35:57 +0000 (12:35 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
setup.py

index a18927cc814e5da035c80e7dea7d73fd41639994..29c6f34a386b4d135444c2213e15b35f0cffbf31 100644 (file)
--- 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.6'),
+    ('remoto', '0.0.7'),
 ])