Update to v0.17.1

This commit is contained in:
Lonami Exo 2018-02-09 17:16:28 +01:00
parent f91b76b063
commit 6261affaa1
3 changed files with 13 additions and 1 deletions

Binary file not shown.

View File

@ -14,6 +14,18 @@ it can take advantage of new goodies!
.. contents:: List of All Versions
Updates as Events (v0.17.1)
===========================
*Published at 2018/02/09*
Of course there was more work to be done regarding updates, and it's here!
The library comes with a new ``events`` module (which you will often import
as ``from telethon import TelegramClient, events``). This are pretty much
all the additions that come with this version change, but they are a nice
addition. Refer to :ref:`working-with-updates` to get started with events.
Trust the Server with Updates (v0.17)
=====================================

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '0.17'
__version__ = '0.17.1'