Commit 4c01cecf authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 10.

parent 0e3399c2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
sjrpc (10) unstable; urgency=low

  * Logging of sjrpc now use only "debug" verbosity.
  * Calls now raise an exception if RpcConnection is disconnected from its peer.
  * Fixed logging calls with format string.
  * Code cleanup with the help of pylint.

 -- Antoine Millet <antoine.millet@smartjog.com>  Tue, 08 Feb 2011 13:24:56 +0100

sjrpc (9) unstable; urgency=low

  * Fixed the uuid bug
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@ import sjrpc.server
import sjrpc.client
import sjrpc.utils

__version__ = 9
__version__ = 10