From 900a9cdf726ff4c507aa9b475b9dd8b64a750a01 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 18 Feb 2018 22:40:13 +0100 Subject: [PATCH] Version up, thanks to @gave92 `fetchThreadList` is updated with a GraphQL implementation. See #241 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index f4ae20e..d67a972 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -17,7 +17,7 @@ from .client import * __copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year) -__version__ = '1.3.1' +__version__ = '1.3.2' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com'