Skip to content
Snippets Groups Projects
Commit f11b5140311a authored by Jeff Forcier's avatar Jeff Forcier
Browse files

Cut 2.10.6

parent 01adba0cba0e
Branches
No related tags found
No related merge requests found
__version_info__ = (2, 10, 5)
__version_info__ = (2, 10, 6)
__version__ = ".".join(map(str, __version_info__))
......@@ -2,6 +2,7 @@
Changelog
=========
- :release:`2.10.6 <2022-11-04>`
- :bug:`1822` (via, and relating to, far too many other issues to mention here)
Update `~paramiko.client.SSHClient` so it explicitly closes its wrapped
socket object upon encountering socket errors at connection time. This should
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment