Skip to content

Commit 63d55bb

Browse files
committed
Bump to v1.38
1 parent c9cce8a commit 63d55bb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

readthedocs/misc/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ it can take advantage of new goodies!
1313

1414
.. contents:: List of All Versions
1515

16+
New layer (v1.38)
17+
=================
18+
19+
+------------------------+
20+
| Scheme layer used: 193 |
21+
+------------------------+
22+
23+
`View new and changed raw API methods <https://diff.telethon.dev/?from=188&to=193>`__.
24+
25+
Bug fixes
26+
~~~~~~~~~
27+
28+
* Formatting entities misbehaved with albums.
29+
* Sending a Message object with a file did not use the new file.
30+
31+
1632
New layer (v1.37)
1733
=================
1834

telethon/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Versions should comply with PEP440.
22
# This line is parsed in setup.py:
3-
__version__ = '1.37.0'
3+
__version__ = '1.38.0'

0 commit comments

Comments
 (0)