Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 5cdf92e

Browse files
committed
Update to v0.15.3
1 parent d70811b commit 5cdf92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telethon/telegram_bare_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TelegramBareClient:
5858
"""
5959

6060
# Current TelegramClient version
61-
__version__ = '0.15.2'
61+
__version__ = '0.15.3'
6262

6363
# TODO Make this thread-safe, all connections share the same DC
6464
_dc_options = None

0 commit comments

Comments
 (0)