Commit 55fec6ea authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 6.

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

  * Added connection timeout

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 27 Dec 2010 12:08:52 +0100

sjrpc (5-1) unstable; urgency=low

  * Fixed bugs
+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='5',
    version='6',
    description='Smartjog RPC',
    long_description=ldesc,
    author='Antoine Millet',