From d77ac186950a2df5e7dd7f93330de18c65775ef7 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Wed, 24 Apr 2024 18:51:29 +0200 Subject: [PATCH] Bump to v1.35 --- readthedocs/misc/changelog.rst | 30 +++++++++++++++++++++++++++++- telethon/version.py | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/readthedocs/misc/changelog.rst b/readthedocs/misc/changelog.rst index 93d562a7..0c9d637c 100644 --- a/readthedocs/misc/changelog.rst +++ b/readthedocs/misc/changelog.rst @@ -13,6 +13,34 @@ it can take advantage of new goodies! .. contents:: List of All Versions +New layer (v1.35) +================= + ++------------------------+ +| Scheme layer used: 178 | ++------------------------+ + +`View new and changed raw API methods `__. + +Additions +~~~~~~~~~ + +* ``drop_author`` parameter now exposed in ``forward_messages``. + +Enhancements +~~~~~~~~~~~~ + +* "Custom secret support" should work with ``TcpMTProxy``. +* Some type hints should now be more accurate. + +Bug fixes +~~~~~~~~~ + +* Session path couldn't be a ``pathlib.Path`` or ``None``. +* Python versions older than 3.9 should now be supported again. +* Readthedocs should hopefully build the v1 documentation again. + + New layer (v1.34) ================= @@ -23,7 +51,7 @@ New layer (v1.34) `View new and changed raw API methods `__. Additions -~~~~~~~~~~~~ +~~~~~~~~~ * ``reply_to_chat`` and ``reply_to_sender`` are now in ``Message``. This is useful when you lack access to the chat, but Telegram still included some basic information. diff --git a/telethon/version.py b/telethon/version.py index 741b99a0..e4fda7b0 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.34.0' +__version__ = '1.35.0'