Commit 0bdd91bb authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 14.

parent b57e7ea1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
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.
+1 −1
Original line number Diff line number Diff line
@@ -19,4 +19,4 @@ The library is separated into three parts:

'''

__version__ = '14~dev'
__version__ = '14'