diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-12-23 16:26:28 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-12-23 16:26:28 -0500 |
commit | c42311a4b1c905c7a3ee129258490448e6e22203 (patch) | |
tree | 470a7e6c4a15a0e09c2981b1290d8f8369e23677 | |
parent | a88ea9b5e58ee0301be9cc48d3d7239a3e281c64 (diff) |
Cut 2.9.0
-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 0f0c6561..4e24c2f7 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 8, 1) +__version_info__ = (2, 9, 0) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index c10a35d8..eeae86ef 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`2.9.0 <2021-12-23>` - :feature:`1643` (also :issue:`1925`, :issue:`1644`, :issue:`1326`) Add support for SHA-2 variants of RSA key verification algorithms (as described in :rfc:`8332`) as well as limited SSH extension negotiation (:rfc:`8308`). |