Loading debian/changelog +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. Loading sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,4 +19,4 @@ The library is separated into three parts: ''' __version__ = '14~dev' __version__ = '14' Loading
debian/changelog +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. Loading
sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,4 +19,4 @@ The library is separated into three parts: ''' __version__ = '14~dev' __version__ = '14'