Commit 9a9c114f authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 5

parent 591b106c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
sjrpc (5-1) unstable; urgency=low

  * Fixed bugs

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 22 Dec 2010 16:59:14 +0100

sjrpc (4-1) unstable; urgency=low

  * Added a new constructor "from_sock" to SimpleRpcClient class.
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read()

setup(
    name='sjrpc',
    version='4',
    version='5',
    description='Smartjog RPC',
    long_description=ldesc,
    author='Antoine Millet',