diff --git a/HISTORY.rst b/HISTORY.rst index 38cf9d9..285e12f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +1.0.2 ++++++ + +* ``GraphAPI`` now accepts an argument ``timeout``, which can be either ``None`` or an + integer describing how many seconds to wait for a response. + 1.0.1 ++++ diff --git a/setup.py b/setup.py index 7169ac9..54e2701 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='facepy', - version='1.0.1', # flake8: noqa + version='1.0.2', # flake8: noqa description='Facepy makes it really easy to interact with Facebook\'s Graph API', long_description=readme + '\n\n' + history, author='Johannes Gorset',