From 004ae2b2889c67b7ae5de59a9703a19b09f13e62 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Wed, 16 Feb 2011 18:38:57 +0100 Subject: [PATCH] Released version 11. --- debian/changelog | 7 +++++++ sjrpc/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b3496bc..20c258c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sjrpc (11) unstable; urgency=low + + * [bug#3961] New argument appeared to set a global call timeout. + * Fixed bug with ssl error handling. + + -- Antoine Millet Wed, 16 Feb 2011 18:38:12 +0100 + sjrpc (10) unstable; urgency=low * Logging of sjrpc now use only "debug" verbosity. diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index 826171a..c7994d9 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils -__version__ = 10 +__version__ = 11 -- GitLab