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

Merge branch '2.11'

Branches
No related tags found
No related merge requests found
__version_info__ = (2, 11, 0)
__version_info__ = (2, 11, 1)
__version__ = ".".join(map(str, __version_info__))
......@@ -6,6 +6,7 @@
`SSHClient.connect <paramiko.client.SSHClient.connect>` for advanced
users to gain more control over early Transport setup and manipulation.
Thanks to Noah Pederson for the patch.
- :release:`2.11.1 <2022-11-04>`
- :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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment