Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jun 10, 2014
1 parent 09182a8 commit 86806ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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
++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 86806ad

Please sign in to comment.