Bump to v1.38

This commit is contained in:
Lonami Exo 2024-11-17 22:32:16 +01:00
parent c9cce8aa81
commit 63d55bbe3d
2 changed files with 17 additions and 1 deletions

View File

@ -13,6 +13,22 @@ it can take advantage of new goodies!
.. contents:: List of All Versions .. contents:: List of All Versions
New layer (v1.38)
=================
+------------------------+
| Scheme layer used: 193 |
+------------------------+
`View new and changed raw API methods <https://diff.telethon.dev/?from=188&to=193>`__.
Bug fixes
~~~~~~~~~
* Formatting entities misbehaved with albums.
* Sending a Message object with a file did not use the new file.
New layer (v1.37) New layer (v1.37)
================= =================

View File

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