Bump to v1.32

This commit is contained in:
Lonami Exo 2023-10-31 19:12:41 +01:00
parent b17e10af1d
commit 6ccd6b0a41
2 changed files with 22 additions and 1 deletions

View File

@ -13,6 +13,27 @@ it can take advantage of new goodies!
.. contents:: List of All Versions
New layer (v1.32)
=================
+------------------------+
| Scheme layer used: 166 |
+------------------------+
`View new and changed raw API methods <https://diff.telethon.dev/?from=165&to=166>`__.
This enables you to use custom languages in preformatted blocks using HTML:
.. code-block:: html
<pre>
<code class='language-python'>from telethon import TelegramClient</code>
</pre>
Note that Telethon v1's markdown is a custom format and won't support language tags.
If you want to set a custom language, you have to use HTML or a custom formatter.
Dropped imghdr support (v1.31)
==============================

View File

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