From cdb579c95745550651d7d14e3f9b712c7d9fbffe Mon Sep 17 00:00:00 2001 From: Antoine Millet <antoine.millet@smartjog.com> Date: Wed, 5 Oct 2011 18:52:27 +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 05d206a..6570754 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -23,4 +23,4 @@ import sjrpc.core import sjrpc.server import sjrpc.utils -__version__ = '14~dev' +__version__ = '14' -- GitLab