From 0bdd91bb99d8f24b7a62d49afa7af69cc40ff0d6 Mon Sep 17 00:00:00 2001 From: Antoine Millet <antoine.millet@smartjog.com> Date: Thu, 6 Oct 2011 14:46:31 +0200 Subject: [PATCH] Released version 14. --- debian/changelog | 10 ++++++++++ sjrpc/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f729c80..113232e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sjrpc (14) unstable; urgency=low + + * New major update, API breaks, please read the doc. + * New pluggable protocols (rpc, tunneling and vpn for now). + * Still compatible with olders versions. + * Use libev and pyev as event loop. + * Updated and complete documentation. + + -- Antoine Millet <antoine.millet@smartjog.com> Wed, 05 Oct 2011 18:46:04 +0200 + sjrpc (13) unstable; urgency=low * Fixed a bug with dropped connections and async requests. diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index ea28973..81572f9 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -19,4 +19,4 @@ The library is separated into three parts: ''' -__version__ = '14~dev' +__version__ = '14' -- GitLab