Update version tag and Changelog
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 13 Jan 2014 15:26:24 +0000 (17:26 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 13 Jan 2014 15:26:24 +0000 (17:26 +0200)
Changelog
kamaki/clients/astakos/__init__.py
version

index d998dda..4f58bf0 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,8 @@
-Changelog for 0.12.5
+Changelog for 0.12.7
+
+- Restore user_info, user_term for bw compatibility in AstakosClient [#4880]
+
+Changelog for 0.12.6
 
 - Restore get_service_endpoints for AstakosClient
 
index 309e2b6..51941cc 100644 (file)
@@ -39,7 +39,11 @@ from kamaki.clients import Client, ClientError, RequestManager, recvlog
 
 
 class AstakosClient(OriginalAstakosClient):
-    """Wrap Original AstakosClient to ensure compatibility in kamaki clients"""
+    """Wrap Original AstakosClient to ensure bw compatibility and ease of use
+
+    Note that this is an ancached class, so each call produces at least one
+    new http request
+    """
 
     def __init__(self, *args, **kwargs):
         if args:
diff --git a/version b/version
index dabff2f..e2e3067 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.12.6
+0.12.7