From 4c01cecf35706d9937181830d97e3c6b2adb2a68 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Tue, 8 Feb 2011 13:26:14 +0100 Subject: [PATCH] Released version 10. --- debian/changelog | 9 +++++++++ sjrpc/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f65a1bb..b3496bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sjrpc (10) unstable; urgency=low + + * Logging of sjrpc now use only "debug" verbosity. + * Calls now raise an exception if RpcConnection is disconnected from its peer. + * Fixed logging calls with format string. + * Code cleanup with the help of pylint. + + -- Antoine Millet Tue, 08 Feb 2011 13:24:56 +0100 + sjrpc (9) unstable; urgency=low * Fixed the uuid bug diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index c96e8ec..826171a 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils -__version__ = 9 +__version__ = 10 -- GitLab