Version up, thanks to @gave92
Fix `markAsRead` and `fetchUnread`; fixes #261 Added the `ssl_verify` instance variable, which allows disabling SSL varification for proxies
This commit is contained in:
@@ -17,7 +17,7 @@ from .client import *
|
||||
|
||||
|
||||
__copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year)
|
||||
__version__ = '1.3.4'
|
||||
__version__ = '1.3.5'
|
||||
__license__ = 'BSD'
|
||||
__author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart'
|
||||
__email__ = 'carpedm20@gmail.com'
|
||||
|
Reference in New Issue
Block a user