diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-11-04 18:29:58 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-11-04 18:29:58 -0400 |
commit | 76ce2d440dfe62e0f825f17f02b0b8c7f07eed56 (patch) | |
tree | bbc431ee3fae402a140b01b660d751f727cf469b | |
parent | 61e40d5ce7631333ccfd35196a0c32e41a112bf7 (diff) | |
parent | d84b86338f968c186e87e23c6a08e42a8d798772 (diff) |
Merge branch '2.11'
-rw-r--r-- | paramiko/_version.py | 2 | ||||
-rw-r--r-- | sites/www/changelog.rst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/paramiko/_version.py b/paramiko/_version.py index bd5d6319..e7b3f839 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 11, 0) +__version_info__ = (2, 11, 1) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 88c45a3d..44ae2ee0 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -6,6 +6,7 @@ Changelog `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 |