]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump the version of remoto that has the fixes
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 28 Oct 2013 14:04:05 +0000 (10:04 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Mon, 28 Oct 2013 14:04:05 +0000 (10:04 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
setup.py

index da603139f96d8633ba21d73c99e8a241e4f0a8ee..14f79e1c2675d29a7580cc55e63de4b8c01ecaa0 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.8'),
+    ('remoto', '0.0.9'),
 ])