mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-10 11:00:36 +00:00
Document some errors, bump v1.10.7
This commit is contained in:
@@ -113,7 +113,7 @@ class Connection(abc.ABC):
|
||||
try:
|
||||
await self._writer.wait_closed()
|
||||
except Exception as e:
|
||||
# Seen OSError: No route to host
|
||||
# Seen OSError: No route to host and [Errno 32] Broken pipe
|
||||
# Disconnecting should never raise
|
||||
self._log.warning('Unhandled %s on disconnect: %s', type(e), e)
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.10.6'
|
||||
__version__ = '1.10.7'
|
||||
|
||||
Reference in New Issue
Block a user