From 3a19099873556641139fc22c7400d0ad8c12f30d Mon Sep 17 00:00:00 2001 From: Stavros Sachtouris Date: Mon, 13 Jan 2014 17:26:24 +0200 Subject: [PATCH] Update version tag and Changelog --- Changelog | 6 +++++- kamaki/clients/astakos/__init__.py | 6 +++++- version | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index d998dda..4f58bf0 100644 --- 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 diff --git a/kamaki/clients/astakos/__init__.py b/kamaki/clients/astakos/__init__.py index 309e2b6..51941cc 100644 --- a/kamaki/clients/astakos/__init__.py +++ b/kamaki/clients/astakos/__init__.py @@ -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 --- a/version +++ b/version @@ -1 +1 @@ -0.12.6 +0.12.7 -- 1.7.10.4