Skip to content

Commit c0701d0

Browse files
committed
Version 0.3.2.
Add support for state parameters in auth dialog URLs. Fixes bug with Unicode app secrets. Add optional timeout support for faster API requests. Random PEP8 compliance fixes.
1 parent d391533 commit c0701d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88

99
setup(
1010
name='facebook-sdk',
11-
version='0.3.1',
11+
version='0.3.2',
1212
description='This client library is designed to support the Facebook '
1313
'Graph API and the official Facebook JavaScript SDK, which '
1414
'is the canonical way to implement Facebook authentication.',

0 commit comments

Comments
 (0)