Revert accidental NO_UPDATES_TIMEOUT change and bump to v1.25.4

This commit is contained in:
Lonami Exo 2022-10-14 18:43:44 +02:00
parent 7f5a1ec5e1
commit 2d237c41fe
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ POSSIBLE_GAP_TIMEOUT = 0.5
# client will resume normal operation, and the timeout will reset. # client will resume normal operation, and the timeout will reset.
# #
# Documentation recommends 15 minutes without updates (https://core.telegram.org/api/updates). # Documentation recommends 15 minutes without updates (https://core.telegram.org/api/updates).
NO_UPDATES_TIMEOUT = 15 NO_UPDATES_TIMEOUT = 15 * 60
# Entry "enum". # Entry "enum".
# Account-wide `pts` includes private conversations (one-to-one) and small group chats. # Account-wide `pts` includes private conversations (one-to-one) and small group chats.

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.25.3' __version__ = '1.25.4'