Merge branch 'hotfix-0.6.1'
authorNikos Skalkotos <skalkoto@grnet.gr>
Fri, 10 Jan 2014 10:03:19 +0000 (12:03 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Fri, 10 Jan 2014 10:03:19 +0000 (12:03 +0200)
image_creator/kamaki_wrapper.py
version

index 3669526..07df8d9 100644 (file)
@@ -46,7 +46,7 @@ from kamaki.cli.config import Config
 from kamaki.clients import ClientError
 from kamaki.clients.image import ImageClient
 from kamaki.clients.pithos import PithosClient
-from kamaki.clients.astakos import AstakosClient
+from kamaki.clients.astakos import CachedAstakosClient as AstakosClient
 
 try:
     config = Config()
diff --git a/version b/version
index 5a2a580..ee6cdce 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.6
+0.6.1