Skip to content

Commit

Permalink
Version up, thanks to @gave92
Browse files Browse the repository at this point in the history
Fix `markAsRead` and `fetchUnread`; fixes #261
Added the `ssl_verify` instance variable, which allows disabling SSL varification for proxies
  • Loading branch information
madsmtm committed Mar 19, 2018
1 parent f1c20d4 commit b44758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


__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__ = '[email protected]'
Expand Down

0 comments on commit b44758a

Please sign in to comment.