8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c491e2 commit 286bd9fCopy full SHA for 286bd9f
paramiko/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 10, 0)
+__version_info__ = (2, 10, 1)
2
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+- :release:`2.10.1 <2022-03-11>`
6
- :bug:`-` (`CVE-2022-24302
7
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24302>`_) Creation
8
of new private key files using `~paramiko.pkey.PKey` subclasses was subject
0 commit comments