Updated to 1.0.4, added fetchThread&GroupInfo and improved models

This commit is contained in:
Mads Marquart
2017-06-26 15:41:58 +02:00
parent 4a8ef00442
commit 1d42c4d3a6
8 changed files with 228 additions and 36 deletions

View File

@@ -17,7 +17,7 @@ from .client import *
__copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year)
__version__ = '1.0.3'
__version__ = '1.0.4'
__license__ = 'BSD'
__author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart'
__email__ = 'carpedm20@gmail.com'