diff --git a/debian/changelog b/debian/changelog index 3951ad2b68a74ca832a9100fe1a1ba81f2889a17..8437efcc3234e29d460e4038cab474c69967cad0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sjrpc (7) unstable; urgency=low + + * Added retrieval of a proxified method by getitem. + * Fixed bug with polling object. + + -- Antoine Millet Thu, 30 Dec 2010 11:46:38 +0100 + sjrpc (6-1) unstable; urgency=low * Added connection timeout diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index 12844f8539c0d35ae412004e13748b1a0aca259e..d13ad259b6400bcff0e8ae5c18dc8cc1672f91d5 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils -__version__ = 6 +__version__ = 7