Version up, thanks to @gave92

`fetchThreadList` is updated with a GraphQL implementation. See #241
This commit is contained in:
Mads Marquart
2018-02-18 22:40:13 +01:00
parent 611b329934
commit 900a9cdf72

View File

@@ -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'