diff --git a/readthedocs/extra/advanced-usage/.DS_Store b/readthedocs/extra/advanced-usage/.DS_Store deleted file mode 100644 index 5008ddfc..00000000 Binary files a/readthedocs/extra/advanced-usage/.DS_Store and /dev/null differ diff --git a/readthedocs/extra/changelog.rst b/readthedocs/extra/changelog.rst index 2e11fc7d..57b11bec 100644 --- a/readthedocs/extra/changelog.rst +++ b/readthedocs/extra/changelog.rst @@ -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) ===================================== diff --git a/telethon/version.py b/telethon/version.py index 675ca0af..6cf35eba 100644 --- a/telethon/version.py +++ b/telethon/version.py @@ -1,3 +1,3 @@ # Versions should comply with PEP440. # This line is parsed in setup.py: -__version__ = '0.17' +__version__ = '0.17.1'