Bump to v1.42

This commit is contained in:
Lonami Exo 2025-11-05 20:10:16 +01:00
parent 369bfe1a2a
commit afe900f45d
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
New layer (v1.42)
=================
+------------------------+
| Scheme layer used: 216 |
+------------------------+
`View new and changed raw API methods <https://diff.telethon.dev/?from=214&to=216>`__.
Bug fixes
~~~~~~~~~
* Fixed support for Python 3.14.
* Removed potential misuse when downloading files using inferred path.
New layer (v1.41)
=================

View File

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