Update to v1.36

This commit is contained in:
Lonami Exo 2024-06-11 16:42:47 +02:00
parent 3def9433b8
commit 04aea46fe4
2 changed files with 16 additions and 1 deletions

View File

@ -13,6 +13,21 @@ it can take advantage of new goodies!
.. contents:: List of All Versions
New layer (v1.36)
=================
+------------------------+
| Scheme layer used: 181 |
+------------------------+
`View new and changed raw API methods <https://diff.telethon.dev/?from=178&to=181>`__.
Bug fixes
~~~~~~~~~
* Certain updates, such as :tl:`UpdateBotStopped`, should now be processed reliably.
New layer (v1.35)
=================

View File

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