diff --git a/debian/changelog b/debian/changelog index f729c806b579ea8b535f5e8fa90dd194368f9eb4..113232e9e169265372cabef8e0ebf0a5e4e2c5ad 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 ea28973b6fc7310e8c7033cb8355bba52b80f59b..81572f96a0dd2731649a4b6206cf33ce222eb520 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'