Update to v0.14.2

This commit is contained in:
Lonami Exo 2017-09-29 13:13:05 +02:00
parent afc4bd9cab
commit 61e5c73658

View File

@ -53,7 +53,7 @@ class TelegramBareClient:
"""
# Current TelegramClient version
__version__ = '0.14.1'
__version__ = '0.14.2'
# TODO Make this thread-safe, all connections share the same DC
_dc_options = None