From e565552ae934bd10480ab175c6a92a12d297b0cd Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sat, 5 Jan 2019 17:37:52 +0100 Subject: [PATCH] Update to v1.5.2 --- readthedocs/extra/changelog.rst | 21 +++++++++++++++++++++ telethon/version.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/readthedocs/extra/changelog.rst b/readthedocs/extra/changelog.rst index 533aeaf3..d9e34b80 100644 --- a/readthedocs/extra/changelog.rst +++ b/readthedocs/extra/changelog.rst @@ -14,6 +14,27 @@ it can take advantage of new goodies! .. contents:: List of All Versions +Takeout Sessions (v1.5.2) +========================= + +*Published at 2019/01/05* + +You can now easily start takeout sessions (also known as data export sessions) +through `client.takeout() `. +Some of the requests will have lower flood limits when done through the +takeout session. + +Bug fixes +~~~~~~~~~ + +* The new `AdminLogEvent ` + had a bug that made it unusable. +* `client.iter_dialogs() ` + will now locally check for the offset date, since Telegram ignores it. +* Answering inline queries with media no works properly. You can now use + the library to create inline bots and send stickers through them! + + object.to_json() (v1.5.1) ========================= diff --git a/telethon/version.py b/telethon/version.py index d67e60f5..cc6dcac1 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__ = '1.5.1' +__version__ = '1.5.2'